edited by
0 votes
0 votes

In an $8085$ microprocessor, the following program is executed

$\begin{array}{rl}\textbf{Address} \\ \textbf{location} & \textbf{Instruction} \\ \text{2000H}  & \text{XRA A} \\ \text{2001H} & \text{MVI B, 04H} \\ \text{2003H} & \text{MVI A, 03H} \\ \text{2005H} & \text{RAR} \\ \text{2006H} & \text{DCR B} \\ \text{2007H} & \text{JNZ 2005} \\  \text{200AH} & \text{HLT} \end{array}$

At the end of program, register $A$ contains

  1. $60H$
  2. $30H$
  3. $06H$
  4. $03H$
edited by

Please log in or register to answer this question.

Answer: