Non-restoring division algorithm
问题 Does anyone know the steps for dividing unsigned binary integers using non-restoring division? It's hard to find any good sources online. i.e if A = 101110 and B = 010111 how do we find A divided by B in non-restoring division? What do the registers look like in each step? Thanks! 回答1: (My answer is a little late-reply. But I hope it will be useful for future visitors) Algorithm for Non-restoring division is given in below image : In this problem, Dividend (A) = 101110, ie 46, and Divisor (B)