You are here : assembly8086JZ

JZ - 8086

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

Algorithm: if ZF = 1 then jump


Syntax

JZ Label


Example

JZ Label


Output / Return Value


Limitations


Alternatives / See Also


Reference