edited by
42 views
1 votes
1 votes

For the $8085$ assembly language program given below, the content of the accumulator after the execution of the program is
$$\begin{array}{|lll|}
\hline 3000 & \text{MVI} & \text{A, 45H} \\
3002 & \text{MOV} & \text{B, A} \\
3003 & \text{STC} & \\
3004 & \text{CMC} & \\
3005 & \text{RAR} & \\
3006 & \text{XRA} & \text{B} \\
\hline
\end{array}$$

  1. $\text{00H}$
  2. $45 \text{H}$
  3. $\text{67H}$
  4. $\text{E7H}$
edited by

Please log in or register to answer this question.