In: Computer Science
Could you give me a 7-bit example of non-restoring binary
division algorithm using:
Dividend: 1100000
Divisor: 01011
Diviidend =(1100000)2=(96)10
Divisor: (01011)2=(11)10
Final answer: Quotient=contents of Q=(0001000)2=(8)10
Remainder= contents of A=(01000)2=(8)10