84PCE:Syscalls:021F98

From WikiTI
Revision as of 12:20, 26 May 2015 by MateoConLechuga (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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