UM012811-0904
eZ8 CPU Instruction Set Description
eZ8 CPU
User Manual
158
Examples
•
If Register C6H contains the value
88H
(10001000B), the statement:
RL C6H
Object Code: 90 C6
leaves the value
11H
(00010001B) in Register C6H., sets the C and V flags and clears
the S and Z flags.
•
If the contents of Register C6H are
88H
, and the contents of Register 88H are
44H
(01000100B), the statement:
RL @C6H
Object Code: 91 C6
leaves the value
88H
in Register 88H (10001000B), sets the S and V flags and clears
the C and Z flags.