8052 Instruction Set
E-19
8052 Instruction Set
ORL
Bitwise OR
Syntax
Syntax: ORL operand1,operand2
Instructions
OpCode
Bytes
Cycles
Flags
ORL direct,A
0x42
2
1
None
ORL direct,#data8
0x43
3
2
None
ORL A,#data8
0x44
2
1
None
ORL A,direct
0x45
2
1
None
ORL A,@R0
0x46
1
1
None
ORL A,@R1
0x47
1
1
None
ORL A,R0
0x48
1
1
None
ORL A,R1
0x49
1
1
None
ORL A,R2
0x4A
1
1
None
ORL A,R3
0x4B
1
1
None
ORL A,R4
0x4C
1
1
None
ORL A,R5
0x4D
1
1
None
ORL A,R6
0x4E
1
1
None
ORL A,R7
0x4F
1
1
None
ORL C,bitAddr
0x72
2
2
C
ORL C,/bitAddr
0xA0
2
1
C
ORL does a bitwise OR operation between operand1 and operand2, leaving
the resulting value in operand1. The value of operand2 is not affected. A logical
OR compares the bits of each operand and sets the corresponding bit in the
resulting byte if the bit was set in either of the original operands. Otherwise,
the resulting bit is cleared.
See also: ANL, XRL
Содержание MSC1210
Страница 1: ... December 2002 User s Guide SBAU077 ...
Страница 149: ...Digital Filter 12 13 Analog to Digital Converter Figure 12 5 Filter Frequency Responses ...
Страница 162: ...12 26 ...
Страница 234: ...Timers 17 6 Figure 17 4 Timer Counter 1 Mode 1 Figure 17 5 Interrupt System ...
Страница 273: ...Serial Port I O 17 45 Keil Simulator Figure 17 19 Clock Control Peripheral Figure 17 20 USART0 Preipheral ...
Страница 282: ...C 4 ...