You are here : assembly8086JNZ

JNZ - 8086

Short Jump if Not Zero (not equal). Set by CMP, SUB, ADD, TEST, AND, OR, XOR instructions.

Algorithm: if ZF = 0 then jump


Syntax

JNZ Label


Example

JNZ Label


Output / Return Value


Limitations


Alternatives / See Also


Reference