Booth algorithm

xiaoxiao2021-03-06  78

Booth algorithm

<--- 00 No opression 10 prod = prod - mcand 11 no opression 01 prod = prod mcand

Take 2 x 7 for esample

Opration Multiplicand Produced0 initial value 0010 0000 0111 01 P = P - M 1110 1110 0111 0 shift 0010 1111 0011 12 no opration 0010 1111 0011 1 shift 0010 1111 1001 13 no opration 0010 1111 1001 1 shift 0010 1111 1100 14 P = P M 0010 0001 1100 1 shift 0010 0000 1110 0

转载请注明原文地址:https://www.9cbs.com/read-94284.html

New Post(0)