Booth's multiplication algorithm: Difference between revisions

Content deleted Content added
m Reverted to revision 818901218 by 27.131.12.150 (talk): Revert all the 2018 IP random changes. (TW)
Line 69:
*# P = 1 1110 000'''0 0'''. The last two bits are 00.
*#* P = 1 1111 0000 0. Right shift.
* The product is 11110000 (after discarding the first and the last bit) which is −16.
 
==How it works==