Write pgm to multiply two 8 bit no. In memory location ox508and ox509 and store the result in 0x50A and ox50B
Reply fast
Answers
Answered by
1
Algorithm –
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.
Program –
Similar questions