UM012811-0904
eZ8 CPU Instruction Set Description
eZ8 CPU
User Manual
162
Examples
•
If Working Register R6 contains the value
31H
(00110001B), the statement:
RR R6
Object Code: E0 E6
leaves the value
98H
(10011000) in Working Register R6, sets the C, V, and S flags
and clears the Z flag.
•
If Register C6 contains the value
31H
and Register 31H contains the value
7EH
(01111110B), the statement:
RR @C6
Object Code: E1 C6
leaves the value
3FH
(00111111) in Register 31H and clears the C, Z, V, and S flags.