Difference between revisions of "84PCE:Syscalls:020DD0"
From WikiTI
(Created page with "RclVarToEditPtr 020DD0 - RclVarToEditPtr == Synopsis == '''Hypothesized Official Name:''' RclVarToEd...") |
|||
Line 9: | Line 9: | ||
=== Inputs === | === Inputs === | ||
− | * | + | * DE - Contains a pointer to the start of the variable data |
− | * | + | * HL - Contains a pointer to the variable's VAT entry |
=== Outputs === | === Outputs === |
Latest revision as of 10:35, 31 May 2016
Synopsis
Hypothesized Official Name: RclVarToEditPtr
Syscall Address: 020DD0h
Operates exactly like RclVarToEdit, except you pass a pointer to the variable data that you would like tokenized and placed in the edit buffer. This is really only useful if your variable resides in the archive, which is preceded by its VAT entry.
Inputs
- DE - Contains a pointer to the start of the variable data
- HL - Contains a pointer to the variable's VAT entry
Outputs
- Tokenized variable placed into edit buffer
Registers Destroyed
- All