Keil™, An ARM® Company

8051 Instruction Set Manual

JNB

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 bit, offset
CACF0RS1RS0OV P
Bytes3
Cycles2
Encoding
00110000bitoffset
Operation
JNB
PC = PC + 3
IF (bit) = 0
  PC = PC + offset
Example
JNB P1.3, LABEL