Semiconductor Group
186
Instruction Set
ORL
<dest-byte> <src-byte>
Function:
Logical OR for byte variables
Description:
ORL performs the bitwise logical OR operation between the indicated variables,
storing the results in the destination byte. No flags are affected .
The two operands allow six addressing mode combinations. When the destination
is the accumulator, the source can use register, direct, register-indirect, or
immediate addressing; when the destination is a direct address, the source can be
the accumulator or immediate data.
Note:
When this instruction is used to modify an output port, the value used as the original
port data will be read from the output data latch,
not
the input pins.
Example:
If the accumulator holds 0C3H (11000011B) and R0 holds 55H (01010101B) then
the instruction
ORL
A,R0
will leave the accumulator holding the value 0D7H (11010111B).
When the destination is a directly addressed byte, the instruction can set
combinations of bits in any RAM location or hardware register. The pattern of bits
to be set is determined by a mask byte, which may be either a constant data value
in the instruction or a variable computed in the accumulator at run-time. The
instruction
ORL
P1,#00110010B
will set bits 5, 4, and 1 of output port 1.
ORL
A,Rn
Operation:
ORL
(A)
←
(A)
∨
(Rn)
Bytes:
1
Cycles:
1
Encoding:
0 1 0 0
1 r r r
*
Summary of Contents for SAB 80515 Series
Page 9: ...Semiconductor Group 9 Introduction Figure 1 2 Block Diagram ...
Page 12: ...Semiconductor Group 12 Fundamental Structure Figure 2 1 Detailed Block Diagram ...
Page 18: ...Semiconductor Group 18 Central Processing Unit Figure 3 1 Fetch Execute Sequence ...
Page 73: ...Semiconductor Group 73 On Chip Peripheral Components Figure 7 25 A D Converter Block Diagram ...
Page 83: ...Semiconductor Group 83 On Chip Peripheral Components Figure 7 33 a Timer 2 Block Diagram ...
Page 215: ...Device Specifications Semiconductor Group 215 ...
Page 217: ...Device Specifications Semiconductor Group 217 Pin Configuration P LCC 68 ...
Page 219: ...Device Specifications Semiconductor Group 219 Logic Symbol ...
Page 226: ...Device Specifications Semiconductor Group 226 Figure 1 Block Diagram ...
Page 229: ...Device Specifications Semiconductor Group 229 Figure 2 Memory Address Spaces ...
Page 239: ...Device Specifications Semiconductor Group 239 Figure 4 Block Diagram of the A D Converter ...
Page 241: ...Device Specifications Semiconductor Group 241 Figure 5 Interrupt Request Sources ...
Page 242: ...Device Specifications Semiconductor Group 242 Figure 6 Interrupt Priority Level Structure ...