You are here : assembly8086JNGE

JNGE - 8086

Short Jump if first operand is Not Greater and Not Equal to second operand (as set by CMP instruction). Signed.  
Algorithm : if SF <> OF then jump


Syntax

JNGE LABEL


Example

JNGE LABEL


Output / Return Value


Limitations


Alternatives / See Also


Reference