Question: figure 3.6 help please 4, (chapter 3.2) Assume 161 and 214 are signed 8-bit decimal integers stored in two's complement format. Calculate 161 - 214

figure 3.6

help please
4, (chapter 3.2) Assume 161 and 214 are signed 8-bit decimal integers stored in two's complement format. Calculate 161 - 214 using saturating arithmetic. The result should be written in decimal. Show your work. (3 points) 5. (Chapter 3.3) Using a table similar to that shown in Figure 3.6, calculate the product of the octal unsigned 6-bit integer 71 and 25 using the hardware described in Figure 3.3. You should show the contents of each register on each step. (8 points) 3.3 Multiplication 187 iteration Multiplier Product Step Initial values 1a: 1 Prod = Prod + Mcand 2: Shift left Multiplicand 3: Shift right Multiplier 1a: 1 Prod = Prod + Mcand 2: Shift left Multiplicand 3: Shift right Multiplier 1: 0 No operation 2: Shift left Multiplicand 3: Shift right Multiplier 1:03 No operation 2: Shift left Multiplicand 3: Shift right Multiplier 00101 0011 0011 0001 0001 0001 0000 0000 0000 0000 0000 0000 0000 Multiplicand 0000 0010 0000 0010 0000 0100 0000 0100 0000 0100 0000 1000 0000 1000 0000 1000 0001 0000 0001 0000 0001 0000 0010 0000 0010 0000 0000 0000 0000 0010 0000 0010 0000 0010 0000 0110 0000 0110 0000 0110 0000 0110 0000 0110 0000 0110 0000 0110 0000 0110 0000 0110 ORE 3.6 Multiply example using algorithm in Figure 3.4. The bit examined to determine the next step is circled in color
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
