Difference between revisions of "83Plus:BCALLs:4312"

From WikiTI
Jump to: navigation, search
 
m (typo)
 
Line 5: Line 5:
 
'''BCALL Address:''' 4312
 
'''BCALL Address:''' 4312
  
Creates a temporarily real list.
+
Creates a temporary real list.
  
 
=== Inputs ===
 
=== Inputs ===

Latest revision as of 06:42, 3 October 2006

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