JGE JUMP ON GREATER OR EQUAL

JNL JUMP ON NOT LESS

Operation:

Flags Affected:

if (SF) = (OF) then

None

(IP) - (IP) + disp (sign-extended

 

to 16-bits)

 

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

short-label

16 or 4

-

2 JGE GREATER_EQUAL

2-94

Page 129
Image 129
Intel 210200-002 manual Jge Jnl, JGE Jump on Greater or Equal JNL Jump on not Less