Question: Using a table similar to that shown in Figure 3.6, calculate the product of the octal unsigned 6-bit integers 62 and 12 using the hardware

Using a table similar to that shown in Figure 3.6, calculate the product of the octal unsigned 6-bit integers 62 and 12 using the hardware described in Figure 3.3. You should show the contents of each register on each step.

Figure 3.3

Multiplicand Shift left 64 bits Multiplier Shift right 64-bit ALU 32 bits Product Control test Write 64 bits

Figure 3.6

Iteration Step Multiplier Multiplicand Product Initial values 0011 0000 0010 0000 0000 1a: 1= Prod = Prod + Mcand 0011 0

Multiplicand Shift left 64 bits Multiplier Shift right 64-bit ALU 32 bits Product Control test Write 64 bits Iteration Step Multiplier Multiplicand Product Initial values 0011 0000 0010 0000 0000 1a: 1= Prod = Prod + Mcand 0011 0000 0010 0000 0010 2: Shift left Multiplicand 0011 0000 0100 0000 0010 3: Shift right Multiplier 0000 0000 0100 0000 0010 1a: 1= Prod = Prod + Mcand 0001 0000 0100 0000 0110 2: Shift left Multiplicand 0001 0000 1000 0000 0110 Oo00 0000 3: Shift right Multiplier 0000 1000 0000 0110 3 1: 0= No operation 0000 1000 0000 0110 2: Shift left Multiplicand 0000 0001 0000 0000 0110 3: Shift right Multiplier 0000 0001 0000 0000 0110 4 1: 0= No operation 0000 0001 0000 0000 0110 2: Shift left Multiplicand 0000 0010 0000 0000 0110 3: Shift right Multiplier 0000 0010 0000 0000 0110

Step by Step Solution

3.35 Rating (167 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

62 12 Step 0 1 2 3 4 LO 5 6 Action Initial Vals 1sb0 no op Lshift Mcand Rshift Mplier ProdProdMcand ... 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!