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

From WikiTI
Jump to: navigation, search
(Created page with "cpHLDE_s 021D98 - cpHLDE_s == Synopsis == '''Hypothesized Official Name:''' cpHLDE '''Syscall Addre...")
(No difference)

Revision as of 18:04, 4 May 2015

Synopsis

Hypothesized Official Name: cpHLDE

Syscall Address: 021D98h

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