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

Operation:JBC
Function:Jump if Bit Set and Clear Bit
Syntax:JB bit addr, reladdr

InstructionsOpCodeBytesCyclesFlags
JBC bit addr,reladdr0x1032None


Description: JBC will branch to the address indicated by reladdr if the bit indicated by bit addr is set. Before branching to reladdr the instruction will clear the indicated bit. If the bit is not set program execution continues with the instruction following the JBC instruction.

See Also: JB, JNB, Instruction Set