Command: JP-Jump if Parity Even (PF=1)
Arguments: label: label pointing to the destination in the instruction stream
Usage: JP label
Effects: If PF is set transfer control to label without recording return information, else continue with next operation.
Flags to be set: None
Misc: same as JPE