I have tried to look online for a way to do a non-restoring division, but the explanation has still left me quite clueless.
dividend = 0100 0011 1100 0000
quotient = 0110 0010
divisor is not given
How do you figure out the total # of operations (ie. the number of subtractions, the number of additions performed)?