Question: On an 8-bit machine, you're given two integers A, B which have the following representation in the two's complement convention: A = 11011010, B11000010.

On an 8-bit machine, you're given two integers A, B which have the following representation in the two's complement convention: A = 11011010, B11000010. Compute the representation of the number -(A+B) in the same convention, or report that computing it leads to an arithmetic overflow error. Example answer format: 11001100 or overflow
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
