83Plus:BCALLs:4324

From WikiTI
Jump to: navigation, search

Synopsis

(Un)Official Name: CreateTempString

BCALL Address: 4324

Creates a temporary string.

Inputs

  • HL = Length in bytes

Outputs

  • HL points to symbol table entry
  • DE points to data section
  • OP4 contains the name.

Registers Destroyed

Comments

If there are 65536 temporary variables or if there isn't enough RAM a memory error will be generated. Contents of the string are random.

Example

ld hl,10
B_CALL CreateTempString