
JC
JUMP ON CARRY | JC |
Operation: | Flags Affected: |
if (CF) = 1 then | None |
(IP) - (IP) + disp |
|
to |
|
Description:
JC (Jump on Carry) transfers control to the target operand (IP + displacement) on the con- dition CF = 1.
Encoding:
I 0111 001 0 I | disp |
|
|
|
JC Operands | Clocks | Transfers | Bytes | JC Coding Example |
16 or 4 | - | 2 | JC CARRY_SET |