
JGE JUMP ON GREATER OR EQUAL
JNL JUMP ON NOT LESS
Operation: | Flags Affected: |
if (SF) = (OF) then | None |
(IP) - (IP) + disp |
|
to |
|
JGE
JNL
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 Operands | Clocks | Transfers | Bytes JGE Coding Example |
16 or 4 | - | 2 JGE GREATER_EQUAL |