84PCE:Syscalls:021F98
From WikiTI
Revision as of 10:01, 26 May 2015 by MateoConLechuga (Talk | contribs)
Contents
Synopsis
Hypothesized Official Name: ChkInRam
Syscall Address: 021F98h
Check to see whether the current value in DE resides in the RAM location of the calculator. This has replaced the usual archive check for ChkFindSym, so use this instead.
Inputs
DE - address
Outputs
Z flag set if in RAM
NZ flag set if not in RAM
Destroys
- None