English
Language : 

Z86E3016PSG Datasheet, PDF (273/348 Pages) Zilog, Inc. – Z86E3016PSG
Z8 CPU
User Manual
255
INC R10
Op Code: AE
leaves the value 2Bh in Working Register R10. The Z, V, and S flags are
cleared.
Example
If Register B3h contains CBh, the statement:
INC B3h
Op Code: 20 B3
leaves the value CCh in Register CBh. The S Flag is set, and the Z and V
flags are cleared.
Example
If Register B3h contains CBh and Register BCh contains FFh, the state-
ment:
INC @B3h
Op Code: 21 B3
leaves the value 00h in Register CBh. The Z Flag is set, and the V and S
flags are cleared.
UM001602-0904
Instruction Description