Question: 3 . 1 3 Using a table similar to that shown in Figure 3 . 6 , calculate the product of the hexadecimal unsigned 8

3.13 Using a table similar to that shown in Figure 3.6, calculate the product of the hexadecimal unsigned 8-bit integers 62 and 12 using the hardware described in Figure 3.5. You should show the contents of each register on each step.
\begin{tabular}{|c|c|c|c|c|}
\hline Heration & Step & Muitiplier & Multiplicand & Product \\
\hline 0 & Initial values & 0011 & 00000010 & 00000000\\
\hline \multirow[t]{3}{*}{1} & 1a: \(1\Rightarrow \) Prod \(=\) Prod - Mcand & 0011 & 00000010 & 00000010\\
\hline & 2: Shift left Mutiplicand & 0011 & 00000100 & 00000010\\
\hline & 3: Shift right Multiplier & 0001( & 00000100 & 00000010\\
\hline \multirow[t]{3}{*}{2} & 1a: \(1\Rightarrow \) Prod \(=\) Prod + Mcand & 0001 & 00000100 & 00000110\\
\hline & 2: Shift left Murtiplicand & 0001 & 00001000 & 00000110\\
\hline & 3: Shift right Multipler & 0000 & 00001000 & 00000110\\
\hline \multirow[t]{3}{*}{3} & 1: \(0\Rightarrow \) No operation & 0000 & 00001000 & 00000110\\
\hline & 2: Shift left Murtiplicand & 0000 & 00010000 & 00000110\\
\hline & 3: Shift right Multipler & 0000 & 00010000 & 00000110\\
\hline \multirow[t]{3}{*}{4} & 1: \(0\Rightarrow \) No operation & 0000 & 00010000 & 00000110\\
\hline & 2: Shift left Mutiplicand & 0000 & 00100000 & 00000110\\
\hline & 3: Shift right Multipler & 0000 & 00100000 & 00000110\\
\hline
\end{tabular}
FIGURE 3.6 Multiply example using algorithm in Figure 3.4.
The bit examined to determine the next step is circled in color.
3 . 1 3 Using a table similar to that shown in

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Programming Questions!