in Others edited by
688 views
0 votes
0 votes

The following program is stored in the memory unit of the basic computer. Give the content of accumulator register in hexadecimal after the execution of the program.

$$\begin{array}{|c|c|} \hline \textbf{Location} & \textbf{Instruction} \\ \hline 010 & \text{CLA} \\ \hline 011 & \text{ADD } 016 \\ \hline 012 & \text{BUN }014 \\ \hline 013 & \text{HLT} \\ \hline 014 & \text{AND } 017 \\ \hline 015 & \text{BUN } 013 \\ \hline 016 & \text{C} 1 \text{A}5 \\ \hline 017 & 93\text{C}6 \\ \hline \end{array}$$

  1. $\text{A}1\text{B}4$
  2. $81\text{B}4$
  3. $\text{A}184$
  4. $8184$
in Others edited by
688 views

1 comment

CLA mske the ACC =0

 C1A5 AND 93C6 = 8184

ans is D
0
0

Please log in or register to answer this question.

Related questions