You are here : assembly8086JNP

JNP - 8086

Short Jump if No Parity (odd). Only 8 low bits of result are checked. Set by CMP, SUB, ADD, TEST, AND, OR, XOR instructions.  
Algorithm: if PF = 0 then jump


Syntax

JNP LABEL


Example

JNP LABEL


Output / Return Value


Limitations


Alternatives / See Also


Reference