Difference between revisions of "83Plus:BCALLs:4324"
From WikiTI
84plusfreak (Talk | contribs) |
(No difference)
|
Revision as of 02:53, 3 May 2005
Synopsis
(Un)Official Name: CreateTempString
BCALL Address: 4324
Creates a temporarily 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 temporarily 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