P property

int P
getter/setter pair

Parity / Overflow Flag

This flag can either be the parity of the result (PF), or the 2-compliment signed overflow (VF): set if 2-compliment value doesnt fit in the register.

Implementation

int P;