You are here : assembly8086JNE

JNE - 8086

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


Syntax

JNE EQUAL


Example

JNE EQUAL


Output / Return Value


Limitations


Alternatives / See Also


Reference