Difference between revisions of "84PCE:Syscalls:021F98"

From WikiTI
Jump to: navigation, search
(Created page with "ChkInRam 021F98 - ChkInRam == Synopsis == '''Hypothesized Official Name:''' ChkInRam '''Syscall Add...")
(No difference)

Revision as of 11:01, 26 May 2015

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