Booth's multiplication algorithm: Difference between revisions

Content deleted Content added
mNo edit summary
I changed this -(00001001+1) = -(00001100) in -(00001011+1) = -(00001100) = -12
Line 44:
# Remove the rightmost bit from the resultant binary number: 1111 0100
 
1111 0100 in two's complement = -(0000100100001011+1) = -(00001100) = -12
 
==References==