Computer Science, asked by aimone8153, 1 year ago

Multiplication of two 8 bit numbers in 8085 by rotation method

Answers

Answered by PoojaBurra
0

Multiply 110 =A by 101=B.  

In B, lowest number is 1.  

Move A to register.  

Shift register body left once.  

Second digit of B is zero.  

Not necessary to add A now so Shift left.

Test LSB of B which is 1.

Add A to register contents.  

Register now holds answer 1110 verify it in binary mode.  

Clear register.  


Answered by armanrangsaj095
0

Explanation:

write a program using 8085 for dividing two 8 bit numbers by bit rotation method and test for typical data

Similar questions