83Plus:BCALLs:4318
From WikiTI
Synopsis
(Un)Official Name: CreateTempCList
BCALL Address: 4318
Creates a temporary complex 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 CreateTempCList