Technical Support
On-Line Manuals
8051 Instruction Set Manual
The JC instruction branches to the specified address if the carry flag is set. Otherwise, execution continues with the next instruction. No flags are affected by this instruction.
See Also: JB
JC PC = PC + 2 IF C = 1 PC = PC + offset
JC LABEL