Question: Using a table similar to that shown below, step action divisor reminder/quotient 0 calculate octal unsigned 6-bit integers 74 divided by 21 using the hardware
Using a table similar to that shown below,
| step | action | divisor | reminder/quotient |
| 0 |
calculate octal unsigned 6-bit integers 74 divided by 21 using the hardware described in Figure below. You should show the contents of each register on each step.
The Divisor register, ALU, and Quotient register are all 32 bits wide, with only the Remainder register left at 64 bits. 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.
To answer, draw the table.
Divisor 32 bits 32-bit ALU Remainder Shift right Shift left Write Control test 64 bits Divisor 32 bits 32-bit ALU Remainder Shift right Shift left Write Control test 64 bits
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
