Difference between revisions of "83:ROMCalls:44B6"

From WikiTI
Jump to: navigation, search
(Synopsis)
Line 9: Line 9:
 
'''Call Address:''' 44B6h
 
'''Call Address:''' 44B6h
  
Updates the VAT as if delmem was called, but doesn't delete any memory.
+
Updates the VAT as if [[83:ROMCalls:44B2|delMem]] was called, but doesn't delete any memory.
  
 
=== Inputs ===
 
=== Inputs ===
Line 16: Line 16:
  
 
=== Outputs ===
 
=== Outputs ===
* Updates the VAT as if delmem was called
+
* Updates the VAT as if [[83:ROMCalls:44B2|delMem]] was called, but doesn't delete any memory.
 
* ???
 
* ???
  

Revision as of 14:25, 28 March 2005

The following information is untested, unconfirmed, and may be inaccurate.

Synopsis

Official Name: DELVAR3D (is squish.inc considered official or what?)

Unofficial Name: delMemUpdate

Call Address: 44B6h

Updates the VAT as if delMem was called, but doesn't delete any memory.

Inputs

  • de = Data Location
  • bc = Data Size

Outputs

  • Updates the VAT as if delMem was called, but doesn't delete any memory.
  •  ???

Registers Destroyed

  •  ???

Comments

Example