83:ROMCalls:52A1

From WikiTI
Revision as of 15:30, 28 March 2005 by Dan Englender (Talk | contribs)

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