83:ROMCalls:52A1

From WikiTI
Revision as of 22:00, 29 March 2005 by FloppusMaximus (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Synopsis

Unofficial Name: CleanUpASM

Call Address: 52A1

Deletes memory at 9327 equal to the size of the executing ASM program.

Inputs

  •  ???

Outputs

  • Deletes memory at 9327 equal to the size of the executing ASM program.

Registers Destroyed

  •  ???

Comments

After calling this, make sure the program does not need the code previously loaded at 9327. A call to this would usually be placed into safe ram for use in a shell or program loader to eliminate the TIOS asm memory leak.

Example

call _cleanUpASM