|
Question Details:
For each of the following, obtain the result in both 1’s Complement and 2’s Compliment arithmetic, showing all the steps of the computation (you are not allowed to just convert a result!! And, assume 8 bit register size))
• Given X=25 and Y = -27, obtain X+Y.
• Given X=-34 and Y =-23, obtain X+Y.
• Given X=34 and Y =23, obtain Y-X.
• Given X=17 and Y =-10, obtain X+Y.
|