CpHLDE
Compares a 24-bit value in hl to a 24-bit value in de. The output is similar to the cp instruction.
hl: Value.de: Comparison value.
- Z flag: Set if
hlanddeare equal. - C flag: Set if
hlis less than or equal tode, reset ifhlis greater thande.
- None.