Difference between revisions of "84PCE:RAM:D0244E"

From WikiTI
Jump to: navigation, search
(Created page with "D0244E - editSym editSym == Synopsis == '''Hypothesized Official Name:''' editSym '''Memory Address:''' D0244...")
 
Line 8: Line 8:
 
'''Length:''' 3 bytes
 
'''Length:''' 3 bytes
  
When a variable is being edited inside of an edit buffer, this varaible keeps track of the VAT location of the varaible for later use. You can use VarNameToOP1HL to place the name of the variable into OP1 so that you can use FindSym or ChkFindSym in order to locate the actual data later.
+
When a variable is being edited inside of an edit buffer, this varaible pointer keeps track of the VAT location of the varaible for later use. You can use VarNameToOP1HL to place the name of the variable into OP1 so that you can use FindSym or ChkFindSym in order to locate the actual data later. It is also safe to use when creating and deleting variables, as the pointer is adjusted by the OS.

Revision as of 06:03, 31 May 2016

Synopsis

Hypothesized Official Name: editSym

Memory Address: D0244Eh

Length: 3 bytes

When a variable is being edited inside of an edit buffer, this varaible pointer keeps track of the VAT location of the varaible for later use. You can use VarNameToOP1HL to place the name of the variable into OP1 so that you can use FindSym or ChkFindSym in order to locate the actual data later. It is also safe to use when creating and deleting variables, as the pointer is adjusted by the OS.