
JO
JUMP ON OVERFLOW JO
Operation: | Flags Affected: |
if (OF) = 1 then | None |
(lP) +- (IP) + disp |
|
to |
|
Description:
JO (Jump on Overflow) 'transfers control to the target operand (IP + displacement) if the tested condition (OF = 1) is true.
Encoding:
1011100001 disp
JO Operands | Clocks | Transfers | Bytes | JO Coding Example |
16or4 | - | 2 | JO SIGNED__ OVERFLOW |