Microprocessor - Old Questions

5. Specify the output in PORT1 after the execution of the following program. Write comments for each instruction.

        MVI A, AAH

        MOV B, A

        RRC

        XRA B

        OUT PORT1

        HLT

5 marks | Asked in Model Question