![Rabbit 2000 Instruction & Reference Manual Download Page 103](http://html1.mh-extra.com/html/rabbit/2000/2000_instruction-and-reference-manual_3112735103.webp)
Instruction Reference Manual
99
Description
Performs a logical OR operation between the byte in A and the byte whose address is (a) in HL, (b) the sum
of the data in IX and a displacement d, or (c) the sum of the data in IY and a displacement d.
The relative bits of each byte are compared (i.e., the bit 1 of both bytes are compared, the bit 2 of both bytes
are compared, etc.) and the associated bit in the result byte is set if either of the compared bits is set. The
result is stored in A.
Example
If the byte in A is 0100 1100 and the byte in the memory location pointed to by HL is 1110 0101, the opera-
tion:
OR (HL)
would result in A containing 1110 1101.
OR (HL)
OR (IX+
d
)
OR (IY+
d
)
Opcode
Instruction
Clocks
Operation
B6
OR (HL)
5 (2,1,2)
A = A | (HL)
DD B6
d
OR (IX+
d
)
9 (2,2,2,1,2)
A = A | (IX+
d
)
FD B6
d
OR (IY+
d
)
9 (2,2,2,1,2)
A = A | (IY+
d
)
Flags
ALTD
I/O
S
Z
L/V
C
F
R
SP
S
D
•
•
L
0
•
•
•
Summary of Contents for 2000
Page 2: ...ii Rabbit 2000 3000 Microprocessor...
Page 4: ...iv Rabbit 2000 Microprocessor...
Page 16: ...12 Rabbit 2000 3000 Microprocessor...
Page 164: ...160 Instruction Reference Manual...