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
Start
A= 0.000125
B=0.0125
Sum= A+B;
print(sum);
Output: 0.0125125
Comments
Leave a comment