What happens to the parity flag of an Intel 8085 microprocessor when there is no '1' bit in the accumulator?
For example, if the following instruction executes,
MVI A, 05H
MVI B, 05H
SUB B
the result will be A= 00H, in which there is no '1' bit. In this case what will be the state of the parity flag?