Difference between revisions of "83Plus:BCALLs:4FC6"
From WikiTI
(→Inputs) |
|||
Line 13: | Line 13: | ||
=== Inputs === | === Inputs === | ||
− | * HL = pointer to | + | * 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 08: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.