I am trying to do divison of a 32bit dividend by a 16bit divisor only using a 16bit adder. The problem im having is im not sure what I am looking for when i perform the first subtraction of the high word against the divisor to see if the quotient is greater than 16 bit.
I hope that made sense..
anyone done this before or know of any docs on it?