JP - 8086
Short Jump if Parity (even). Only 8 low bits of result are checked.
Set by CMP, SUB, ADD, TEST, AND, OR, XOR instructions.
Algorithm: if PF = 1 then jump
Syntax
JP Label
Example
JP Label
Output / Return Value
Limitations
Alternatives / See Also
Reference