Difference between revisions of "83Plus:BCALLs:4FC6"

From WikiTI
Jump to: navigation, search
 
(Inputs)
 
Line 13: Line 13:
  
 
=== Inputs ===
 
=== Inputs ===
* HL = pointer to Name of variable to delete
+
* HL = pointer to VAT entry of variable to delete
 
* DE = pointer to start of data for variable
 
* DE = pointer to start of data for variable
 
* B= 0 if in Ram or the ROM page it's on
 
* B= 0 if in Ram or the ROM page it's on

Latest revision as of 09:58, 3 February 2016


Synopsis

Official Name: DelVarArc

BCALL Address: 4FC6


Deletes a variable from the Ram or Archive

Inputs

  • HL = pointer to VAT entry of variable to delete
  • DE = pointer to start of data for variable
  • B= 0 if in Ram or the ROM page it's on

Outputs

  • Variable deleted or marked for deletion

Destroys

  • All

Comments

This should be the routine you use if your items are in Archive or Ram.