Check the following program in the 8085 microprocessor.
MVI A, 8FH
MVI B, 68H
ADD B
The status of CY, AC, P, and S for the program is:
1
AC = 1; CY = 0; S = 1; P = 0
2
AC = 0; CY = 0; S = 1; P = 0
3
AC = 0; CY = 1; S = 0; P = 1
4
AC = 1; CY = 1; S = 0; P = 1