0
2.1kviews
Implement the add-and-shift algorithm for multiplication in C ( uses booths algorithm components )
1 Answer
| written 3.8 years ago by |
Multiplication of (-2) and (-4) by using Booth's Algorithm
M = -2 = (1110) and –M = M’ +1 = 0010
Q = -4 = (1100)
Value of SC = 4, because the number of bits in Q is 4.
$Q_n = 1$ according to …