83Plus:BCALLs:431E

From WikiTI
Revision as of 02:43, 3 May 2005 by 84plusfreak (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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