JG | JUMP ON GREATER | |
JNLE | JUMP ON NOT | |
| LESS OR eQUAL | |
Operation: |
| Flags Affected: |
if ((SF) = (OF)) or (ZF) = 0 then | None |
(IP) - (IP) + disp
Description:
JG (Jump on Greater Than)/ JNLE (Jump on Not Less Than or Equal) transfers control to the target operand (IP + displacement) if the conditions ((SF XOR OF) or ZF = 0) are greater than/not less than or equal to the tested value.
JG JNLE
Encoding:
101111111 disp
JG/JNLE Operands Clocks Transfers Bytes JG Coding Example
16 or 4 | - | 2 JG GREATER |