Difference between revisions of "83Plus:BCALLs:4B82"

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

Revision as of 22:21, 5 November 2006

Synopsis

Unofficial Name: CollapseStacks

BCALL Address: 4B82

Collapses the operator and floating-point stacks, freeing up temorary memory.

Inputs

  • None

Outputs

  • None

Destroys

  • HL

Comments

Full disassembly of this entry point on OS 2.41 is below:

ld hl,(OPBase)
ld (OPS),hl
ld hl,(FPBase)
ld (FPS),hl
ld hl,(onSP)
ld (errSP),hl
ret