You are here : assembly8086JNG

JNG - 8086

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


Syntax

JNG LABEL


Example

JNG LABEL


Output / Return Value


Limitations


Alternatives / See Also


Reference