Home » Microprocessor » 8085 Microprocessors » Question

8085 Microprocessors

  1. Specify the output at PORT1, after the following program has been executed—
    MVI B, 82 H
    MOVA, B
    MOV C, A
    MVI D, 37 H
    DUT PORT 1
    HLT
    1. 82 H
    2. OO H
    3. 37 H
    4. FF H
Correct Option: A

82 H
∵ Out PORT command outputs the data whatever is present in Accumulator.



Your comments will be displayed only after manual approval.