UM012811-0904
eZ8 CPU Instruction Set Description
eZ8 CPU
User Manual
146
Examples
•
If Register 93AH contains the value
F5H
(11110101B) and Register
142H
contains the
value
0AH
(00001010), the statement:
ORX 93AH, 142H
Object Code: 48 14 29 3A
leaves the value
FFH
(11111111B) in Register 93AH, sets the S flag and clears the Z
and V flags.
•
If Register D7AH contains the value
07H
(00000111B), the statement:
ORX D7AH, #01100000B
Object Code: 49 60 0D 7A
leaves the value
67H
(01100111B) in Register D7AHand clears the S, Z and V flags.