Difference between revisions of "84PCE:Syscalls:021D94"
From WikiTI
Line 2: | Line 2: | ||
[[Category:84PCE:Syscalls:By Address|021D98 - cpHLDE_s]] | [[Category:84PCE:Syscalls:By Address|021D98 - cpHLDE_s]] | ||
== Synopsis == | == Synopsis == | ||
− | '''Hypothesized Official Name:''' | + | '''Hypothesized Official Name:''' cpHLDE_s |
'''Syscall Address:''' 021D94h | '''Syscall Address:''' 021D94h |
Revision as of 18:04, 4 May 2015
Contents
Synopsis
Hypothesized Official Name: cpHLDE_s
Syscall Address: 021D94h
Compares HL to DE in 16-bit.
Inputs
HL - Number
DE - Number to compare to
Outputs
Z flag set if HL == DE
C flag set if HL < DE
C flag reset if HL >= DE
Destroys
- None