Address | Value |
1000 | A0 |
1001 | C6 |
1002 | 10 |
1003 | 11 |
1. Assuming, that the system is Big Endian, find the decimal value of the HEX value written above.
2. Assuming, that the system is Little Endian, find a decimal value of the HEX value written above
Address | Value |
1000 | 0F |
1001 | B1 |
1002 | A2 |
1003 | 20 |
1. Assuming, that the system is Big Endian, find the decimal value of the HEX value written above.
2. Assuming, that the system is Little Endian, find a decimal value of the HEX value written above
Address | Value |
1000 | AF |
1001 | BC |
1002 | E6 |
1003 | 48 |
Assuming, that the system is Big Endian, find the decimal value of the HEX value written above. WRITE YOUR FINAL ANSWER in the file Little.txt
Assuming, that the system is Little Endian, find a decimal value of the HEX value written above . WRITE YOUR FINAL ANSWER in the file Big.txt