UM012811-0904
eZ8 CPU Instruction Set Description
eZ8 CPU
User Manual
160
Examples
•
If the Carry flag is reset and Register C6 contains the value
8F
(10001111B), the
statement:
RLC C6
Object Code: 10 C6
leaves Register C6 with the value 1EH (00011110B), sets the C and V flags and clears
S and Z flags.
•
If the Carry flag is reset, Working Register R4 contains the value
C6H
, and Register
C6 contains the value
8F
(10001111B), the statement:
RLC @R4
Object Code: 11 E4
leaves Register C6 with the value
1EH
(00011110B), sets the C and V flags and clears
the S and Z flags.