
JE | JUMP ON EQUAL |
JZ | JUMP ON ZERO |
Operation: | Flags Affected: |
if (ZF) =1 then | None |
(IP) - (IP) + disp
Description:
JE (Jump on Equal)/JZ (Jump on Zero) transfers control to the target operand (IP + displacement) if ZF = 1.
JE JZ
Encoding:
101110100 I disp
JE/JZ Operands Clocks Transfers Bytes JZ Coding Example
16 or 4 | - | 2 JZZERO |