JC
JUMP
ON
CARRY
JC
Operation: Flags Affected:
if
(CF)
= 1 then None
(IP)
- (IP) +
disp
(sign-extended
to 16-bits)
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
short-label
16
or
4 -
2-90
Bytes
2
JC Coding Example
JC CARRY
_SET