December2015 cs Q2

0. What will be the output at PORT1 if the following program is executed ?
MVI B, 82H
MOV A, B
MOV C, A
MVI D, 37H
OUT PORT1
HLT

  • Option : B
  • Explanation :
    In 8085 programming, the result of an operation is stored in the accumulator. So output is 82H.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *