Question: Using a table similar to that shown in Figure 3.11, calculate A divided by B using the hardware described in Figure 3.9. You should show

Using a table similar to that shown in Figure 3.11, calculate A divided by B using the hardware described in Figure 3.9. You should show the contents of each register on each step. Assume A and B are 6-bit signed integers in sign-magnitude format. Be sure to include how you are calculating the signs of the quotient and remainder.

Figure 3.9Divisor 64-bit ALU Remainder 64 bits Shift right 64 bits Write Control test Quotient Shift left 32 bits

Figure 3.11Iteration 0 1 2 3 s LO 5 Step Initial values 1: Rem Rem - Div 2b: Rem <0 +Div, sll Q, QO = 0 3: Shift Div


The following table shows further pairs of octal numbers.a. b. A 72 75 B 07 47

Divisor 64-bit ALU Remainder 64 bits Shift right 64 bits Write Control test Quotient Shift left 32 bits

Step by Step Solution

3.42 Rating (155 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To calculate A divided by B using the hardware described in Figure 39 we will use the nonrestoring division algorithm outlined in Figure 311 Well assume A and B are 6bit signed integers in signmagnitu... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Computer Organization Design Questions!