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.

JNE JNZ

Encoding:

I 0111 01 01

disp

 

 

JNE/JNZ Operands

Clocks

Transfers

Bytes JNE Coding Example

short-label

16 or 4

-

2 JNE NOT_EQUAL

2-100

Page 135
Image 135
Intel 210200-002 manual Jne Jnz, JNE Jump on not Equal JNZ Jump on not Zero