Question #197693

Using the hardware given to the right, show the addition of two numbers in steps as it would take 

place. 

A= 0.000125 

B= 0.0125 

Show the steps in detail. Also show the contents of different registers (R1, .. R6) and control bits (C1, 

.. C5). It is noted that Control bits (C1, .. C5) could be either 1 or 0 and you can assign the logic levels 

for particular operations. 

You can present your answer preferably in a table


Expert's answer

Start
A= 0.000125
B=0.0125
Sum= A+B;
print(sum);

Output: 0.0125125
LATEST TUTORIALS
APPROVED BY CLIENTS