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 (sign-extended to 16-bits)

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

short-label

16 or 4

-

2 JG GREATER

2-93

Page 128
Image 128
Intel 210200-002 manual Jnle, Jump on Greater