Keil Logo Arm Logo

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
C AC F0 RS1 RS0 OV   P
Bytes 3
Cycles 2
Encoding
00110000 bit offset
Operation
JNB
PC = PC + 3
IF (bit) = 0
  PC = PC + offset
Example
JNB P1.3, LABEL

arm-logo-small

Keil logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.