JGE
JNL
JUMP
ON
GREATER
OR
EQUAL
JUMP
ON
NOT
LESS
Operation: Flags Affected:
if
(SF)
=
(OF)
then None
(IP)
- (IP) +
disp
(sign-extended
to 16-bits)
Description:
JGE (Jump on Greater
Than
or
Equal)/
JNL
(Jump on
Not
Less Than) transfers control to
the target operand (IP + displacement) if the
condition (SF
XOR OF =
0)
is
greater than or
equal/not
less
than
the tested value.
Encoding:
I
011111
01
disp
JGE
JNL
JGE/JNL
Operands
Clocks
Transfers
Bytes
JGE
Coding
Example
short-label
16
or
4
-
2
JGE
GREATER_EQUAL
2-94