Booth's multiplication algorithm: Difference between revisions

Content deleted Content added
Line 20:
*#* 01: P = P + A. Ignore any overflow.
*#* 10: P = P + S. Ignore any overflow.
*# Perform a right [[arithmeticArithmetically shift|Arithmetic shift]] on the product right one position.
<br />
* Drop the rightmost bit from the product for the final result.