8051 Instruction Set Manual
Technical Support
On-Line Manuals
The JNB instruction branches to the specified address if the specified bit operand has a value of 0. Otherwise, execution continues with the next instruction. No flags are affected by this instruction.
See Also: JB
JNB PC = PC + 3 IF (bit) = 0 PC = PC + offset
JNB P1.3, LABEL