Write a program to multiply two 8-bit numbers in the internal RAM and storethe result in the extemal RAM
Answers
Answered by
0
Answer:
Result is stored at address 3050 and 3051. Starting address of program is taken as 2000. We are taking adding the number 43 seven(7) times in this example. As the multiplication of two 8 bit numbers can be maximum of 16 bits so we need register pair to store the result.
Hope it helps.
Explanation:
Similar questions