What is the best way of doing binary division. Is it to do repeated subtraction/addition, or to somehow try to simulate long division or something else? There seems to be a slight lack of websites out there that will give me a non-wacked answer to this question.
I understand. I have searched for this before. With computers, I think they do subtraction by making multiple negative additions (multiple subtractions.). So for that reason, it may be best to do it that way. You could always have a look at some processors. e.g.