Calculate the division of the octal unsigned 6 bit integers
Calculate the division of the octal unsigned 6 bit integers 62 and 12 using the hardware in the picture. Show the contents of each register on every step.
Solution
Answer :-
The Divisor register, ALU and Quotient register are all 32 bits wide, with only the Remainder register left at 64 bits. Compared to this version of the division hardware the ALU and Divisor registers are halved and the remainder is shifted left. This version also combines the Quotient register with the right half of the Remainder register. (As in Figure 3.5, the Remainder register should really be 65 bits to make sure the carry out of the adder is not lost.)
