retagged by
212 views

1 Answer

Best answer
2 votes
2 votes

MOV R1,E     (Move value of E to R1)

ADD R1,#5   (Add value of R1 & 5 and store in R1 )

MOV D,R1    (Move value of R1 to memory location D)

Hence only 1 register is enough

selected by

Related questions