
JNC JUMP ON NOT CARRY JNC
Operation: | Flags Affected: |
if (CF) = 0 THEN | None |
(lP) +- (lP) + disp |
|
to |
|
Description:
JNC (Jump on Not Carry) transfers control to the target operand OP + displacement) on the condition CF = O.
Encoding:
I 0111 0011 | disp |
JNC Operands Clocks Transfers Bytes JNC Coding Example
16 or 4 | - | 2 | JNC NO_CARRY |