
Z8 Microcontrollers
Instruction Descriptions and Formats
ZiLOG
12-58
UM001600-Z8X0599
RLC
ROTATE LEFT THROUGH CARRY
Example:
If the C Flag is reset and Register C6 contains 8F (10001111B), the statement:
RLC C6
Op Code: 10 C6
leaves Register C6 with the value 1EH (00011110B). The C and V Flags are set, and S and Z Flags are
cleared.
Example:
If the C Flag is reset, Working Register R4 contains C6H, and Register C6 contains 8F (10001111B), the
statement:
RLC @R4
Op Code: 11 E4
leaves Register C6 with the value 1EH (00011110B). The C and V Flags are set, and S and Z Flags are
cleared.