Email: Password: Remember Me | Create Account (Free)
8051/8052 Instruction: JNB

Operation:JNB
Function:Jump if Bit Not Set
Syntax:JNB bit addr,reladdr

InstructionsOpCodeBytesCyclesFlags
JNB bit addr,reladdr0x3032None


Description: JNB will branch to the address indicated by reladdress if the indicated bit is not set. If the bit is set program execution continues with the instruction following the JNB instruction.

See Also: JB, JBC, Instruction Set