Difference between revisions of "83Plus:BCALLs:4318"
From WikiTI
84plusfreak (Talk | contribs) |
m (typo) |
||
Line 5: | Line 5: | ||
'''BCALL Address:''' 4318 | '''BCALL Address:''' 4318 | ||
− | Creates a | + | Creates a temporary complex list. |
=== Inputs === | === Inputs === |
Latest revision as of 05:47, 3 October 2006
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