Content deleted Content added
Line 3:
==Procedure==
* For later reference, write the multiplicand and its negative in [[two's complement]] notation.
* Write
* Write the starting product :
** Count how many bits are in the multiplicand. Write that many 0s
** To the right of the zeroes, write the multiplier.
** To the right of the multiplier, write a 0.
* Count how many bits are in the product. That many times, do this :
|