Microprocessor - Old Questions

10. Observe the following program and write the content of Accumulator, register B and flags after execution of each instruction. (assume all flags are reset).

    MVI A, 45H

    MVI B, 66H

    ADD B

    ANI 63H

    HLT

5 marks | Asked in 2070