Operation: | JC |
Function: | Jump if Carry Set |
Syntax: | JC reladdr |
Instructions | OpCode | Bytes | Cycles | Flags |
JC reladdr | 0x40 | 2 | 2 | None |
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