Difference between revisions of "83:ROMCalls:52A1"

From WikiTI
Jump to: navigation, search
(No difference)

Revision as of 14:03, 28 March 2005

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