Content deleted Content added
Line 7:
** Count how many bits are in the multiplier. Write that many 0s to the right of A, then to the right of S.
** Add a 0 to the right of A, then to the right of S.
* 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.
* A, S, and the product should all have the same count of digits.
|