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

Operation:JC
Function:Jump if Carry Set
Syntax:JC reladdr

InstructionsOpCodeBytesCyclesFlags
JC reladdr0x4022None


Description: JC will branch to the address indicated by reladdr if the Carry Bit is set. If the Carry Bit is not set program execution continues with the instruction following the JC instruction.

See Also: JNC, Instruction Set