Consider the following 8085 instructions:
MVI A, A9H
MVI B, 57H
ADD B
ORA A
The flag status (S, Z, CY) after the instruction ORA A is executed, is
A. (0, 1, 1)
B. (0, 1, 0)
C. (1, 0, 0)
D. (1, 0, 1)
Answer: Option A
Join The Discussion