A SERVICE OF

logo

JNE
JUMP ON
NOT
EQUAL
JNZ
JUMP ON
NOT
ZERO
Operation: Flags Affected:
if
(ZF)
= 0 then None
(lP)
+-
(lP) + disp (sign-extended
to 16-bits)
Description:
JNE (Jump on Not Equal
toll
JNZ (Jump on
Not
Zero) transfers control to the target
operand (IP
+ displacement) if the condition
tested
(ZF = 0)
is
true.
Encoding:
I
0111
01
01
disp
JNE
JNZ
JNE/JNZ
Operands Clocks Transfers Bytes JNE Coding Example
short-label
16
or 4
-
2
JNE NOT
_EQUAL
2-100