83Plus:BCALLs:432D

From WikiTI
Jump to: navigation, search

Synopsis

(Un)Official Name: CreateTempEqu

BCALL Address: 432D

Creates a temporarily equation.

Inputs

  • HL = Length in bytes

Outputs

  • HL points to symbol table entry
  • DE points to data section
  • OP4 contains the name.

Registers Destroyed

Comments

If there are 65536 temporarily variables or if there isn't enough RAM a memory error will be generated. Contents of the equation are random.

Example

ld hl,10
B_CALL CreateTempEqu