Technical Support
On-Line Manuals
8051 Instruction Set Manual
The JB instruction branches to the address specified in the second operand if the value of the bit specified in the first operand is 1. The bit that is tested is not modified. No flags are affected by this instruction.
See Also: JNB
JB PC = PC + 3 IF (bit) = 1 PC = PC + offset
JB P1.2 LABEL