JL
JNGE
JUMP ON LESS
JUMPONNOT
GREATER OR EQUAL
JL
JNGE
Operation: | Flags Affected: |
if (SF) =1= (OF) then | None |
(lP) - (IP) + disp |
|
to |
|
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 Bytes JL Coding Example
16 or 4 | - | 2 JL LESS |