83Plus:BCALLs:4312
From WikiTI
Synopsis
(Un)Official Name: CreateTempRList
BCALL Address: 4312
Creates a temporary real list.
Inputs
- HL = Number of elements
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 list are random.
Example
ld hl,4 B_CALL CreateTempRList