Booth's multiplication algorithm: Difference between revisions

Content deleted Content added
No edit summary
Line 2:
 
==Procedure==
* Convert the factors to [[two's complement]] notation.
* Find the negative of the multiplicand.
* Count how many bits are in the multiplicand. Add that many 0s to the left of the multiplier.
* Add a 0 to the right of the multiplier.