JL
JNGE
JUMP
ON
LESS
J L
JUMPONNOT
JNGE
GREATER
OR
EQUAL
Operation: Flags Affected:
if (SF)
=1=
(OF) then None
(lP)
- (IP) + disp (sign-extended
to 16-bits)
Description:
JL (Jump on Less
Than)/
JNGE
(Jump on
Not
Greater
Than
or Equal), transfers control to
the target operand if the condition (SF XOR
OF
=
1)
is
less
than/not
greater than
or
equal
to the tested value.
Encoding:
I
011111
00
I
disp
JL/JNGE
Operands
Clocks Transfers
short-label
16
or
4
-
2-95
Bytes
J L Coding Example
2
JL
LESS