edited by
0 votes
0 votes

An $8085$ microprocessor acesses two memory locations $\text{(2001H)}$ and $\text{(2002H)}$, that contain $8$-bit numbers $\text{98H}$ and $\text{B1H}$, respectively. The following program is executed:

LXI H,2001H

MVI A, 21 H

INX H

ADD M

INX H

MOV M, A

HLT

At the end of this program, the memory location $\text{2003H}$ contains the number in decimal $\text{(base 10)}$ form _____________.

edited by

Please log in or register to answer this question.

Answer: