83Plus:BCALLs:4312

From WikiTI
Revision as of 06:42, 3 October 2006 by RobbieMc (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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