Difference between revisions of "83Plus:BCALLs:4315"
From WikiTI
84plusfreak (Talk | contribs) |
84plusfreak (Talk | contribs) m |
||
Line 20: | Line 20: | ||
== Comments == | == Comments == | ||
− | If there isn't enough RAM a memory error will be generated. | + | If there isn't enough RAM a memory error will be generated. ([[83Plus:RAM:8478|OP1]]) doesn't have to be 01h. Contents of the list are random. |
− | Contents of the list are random. | + | |
== Example == | == Example == |
Latest revision as of 01:39, 3 May 2005
Synopsis
Official Name: CreateRList
BCALL Address: 4315
Creates a real list.
Inputs
- HL = Number of elements
- OP1 = Name of list
Outputs
Registers Destroyed
Comments
If there isn't enough RAM a memory error will be generated. (OP1) doesn't have to be 01h. Contents of the list are random.
Example
ld hl,listName RST rMov9ToOP1 ld hl,4 B_CALL CreateRList listName: db ListObj,"RAND",0