English
Language : 

Z86C03 Datasheet, PDF (259/348 Pages) Zilog, Inc. – General-Purpose Register File. Flexible I/O. Analog Inputs
Z8 CPU
User Manual
241
sets the S Flag, and clears the C, Z, and V Flags.
Example
If Register 6Ch contains 2Ah, the statement:
CP 6Ch, #2Ah
Op Code: A6 6C 2A
sets the Z Flag, and the C, S, and V Flags are all cleared.
Example
If Register D4h contains FCh, and Register FCh contains 8Fh, the state-
ment:
CP @D4h, 7Fh
Op Code: A7 D4 FF
sets the V Flag, and the C, Z, and S Flags are all cleared.
UM001602-0904
Instruction Description