Content deleted Content added
Line 2:
==Procedure==
* For later reference, write the multiplicand and its negative in [[two's complement]] notation.
* The product starts out as the multiplier in two's complement notation.
* Count how many bits are in the multiplicand. Add that many 0s to the left of the product, to make room for the additions below.
|