A SERVICE OF

logo

JG
JNLE
JUMP
ON
GREATER
JG
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.
Encoding:
101111111
disp
JG/JNLE
Operands
Clocks Transfers
short-label
16
or
4
-
2-93
Bytes
2
JG Coding Example
JG
GREATER