Difference between revisions of "83Plus:BCALLs:4324"

From WikiTI
Jump to: navigation, search
 
m (temporary was temporarily temporarily)
 
Line 5: Line 5:
 
'''BCALL Address:''' 4324
 
'''BCALL Address:''' 4324
  
Creates a temporarily string.
+
Creates a temporary string.
  
 
=== Inputs ===
 
=== Inputs ===
Line 19: Line 19:
  
 
== Comments ==
 
== 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.
+
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 ==
 
== Example ==
 
  ld hl,10
 
  ld hl,10
 
  B_CALL CreateTempString
 
  B_CALL CreateTempString

Latest revision as of 10:51, 20 May 2005

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