8052 Instruction Set
E-12
JB
Jump if Bit Set
Syntax
JB bitAddr,relAddr
Instructions
OpCode
Bytes
Cycles
Flags
JB bitAddr,relAddr
0x20
3
2
None
JB branches to the address indicated by relAddr if the bit indicated by bitAddr
is set. If the bit is not set, program execution continues with the instruction fol-
lowing the JB instruction.
See also: JBC, JNB
JBC
Jump if Bit Set and Clear Bit
Syntax
JBC bitAddr,relAddr
Instructions
OpCode
Bytes
Cycles
Flags
JBC bitAddr,reladdr
0x10
3
2
None
JBC branches to the address indicated by relAddr if the bit indicated by bitAddr
is set. Before branching to relAddr, the instruction clears the indicated bit. If the
bit is not set, program execution continues with the instruction following the
JBC instruction and the value of the bit is not changed.
See also: JB, JNB
JC
Jump if Carry Set
Syntax
JC relAddr
Instructions
OpCode
Bytes
Cycles
Flags
JC relAddr
0x40
2
2
None
JC branches to the address indicated by relAddr if the carry bit is set. If the
carry bit is not set, program execution continues with the instruction following
the JC instruction.
See also: JNC
Содержание 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 ...