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...")
 
Line 4: Line 4:
 
'''Hypothesized Official Name:''' cpHLDE
 
'''Hypothesized Official Name:''' cpHLDE
  
'''Syscall Address:''' 021D98h
+
'''Syscall Address:''' 021D94h
  
 
Compares HL to DE in 16-bit.
 
Compares HL to DE in 16-bit.

Revision as of 18:04, 4 May 2015

Synopsis

Hypothesized Official Name: cpHLDE

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