Booth's multiplication algorithm: Difference between revisions

Content deleted Content added
Line 3:
==Procedure==
* For later reference, write the multiplicand and its negative in [[two's complement]] notation.
* Write the multiplier in two's complement notation.
* Write the starting product :
** Count how many bits are in the multiplicand. Write that many 0s.