DESCRIPTION OF INSTRUCTIONS
34182. ORL C, bit address (Logical OR bit to carry flag)
01110010
70
Instruction code
Bit address
Operation
Number of bytes
Number of cycles
Flags
(PSW)
Description
Example ORL C, ACC.6
Instruction code
: Byte 1
b7b6b5b4b3b2b1b0
70
Byte 2
(C)(C) OR (bit address):
C AC F0 RS1 RS0 OV F1 P
:
:
:
The logical OR between the carry flag and the specified bit
address content is determined. The result is placed in the carry
flag.
:
01110010
70
Byte 1
Accumulator
01110010
70
2
2
11100110
70
Byte 2
Before execution
Accumulator
01110010
70
After execution
:
0
Carry flag
1
Carry flag
66