Difference between revisions of "84PCE:RAM:D0244E"
From WikiTI
m |
|||
Line 8: | Line 8: | ||
'''Length:''' 3 bytes | '''Length:''' 3 bytes | ||
− | When a variable is being edited inside of an edit buffer, this | + | When a variable is being edited inside of an edit buffer, this variable pointer keeps track of the VAT location of the variable 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. |
Latest 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 variable pointer keeps track of the VAT location of the variable 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.