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.
JB bit,offset ;3 bytes 2 cycles
;JB ;PC = PC + 3 ;IF (bit) = 1 ; PC = PC + offset JB P1.2, Label