You are here : assembly8086JNLE

JNLE - 8086

Short Jump if first operand is Not Less and Not Equal to second operand (as set by CMP instruction). Signed.  
Algorithm : if (SF = OF) and (ZF = 0) then jump


Syntax

JNLE LABEL


Example

JNLE LABEL


Output / Return Value


Limitations


Alternatives / See Also


Reference