83Plus:BCALLs:431E

From WikiTI
Jump to: navigation, search

Synopsis

(Un)Official Name: CreateTempRMat

BCALL Address: 431E

Creates a temporarily real matrix.

Inputs

  • H = Rows
  • L = Cols

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 matrix are random.

Example

ld hl,4*256+6 ;4 rows, 6 cols
B_CALL CreateTempRMat