1,598 views

1 Answer

3 votes
3 votes

Take the binary conversion for given two decimal numbers 257 and 514.

257 => 0100000001

514 => 1000000010

Convert to binary numbers and take first 10 LSB's.

Because all registers in above system are 10-bit registers.

R1 <= 0100000001

R2 <= 1000000010

finally R3 stores sum of the values in R1 and R2  i.e., R3 <= R1 + R2

R3 <= 1100000011

Related questions

2 votes
2 votes
1 answer
1
0 votes
0 votes
0 answers
2
ajaysoni1924 asked Mar 31, 2019
1,218 views
perform the subtraction with the following unsigned binary numbers by taking the 2’s complement of the subtrahend.11010 – 1000011010 – 1101100 – 110001010100 –...
8 votes
8 votes
1 answer
3
ajaysoni1924 asked Mar 31, 2019
3,905 views
perform the subtraction with the following unsigned decimal numbers by taking the 10’s complement of the subtrahend5250 -13211753 – 864020 -1001200 -250
0 votes
0 votes
1 answer
4
ajaysoni1924 asked Mar 31, 2019
5,241 views
Find 1’s and 2’s complement of the following 8 digit binary numbers1010111010000001100000000000000100000000