All numbers (memory address as well as contents) are shown in hexadecimal.
Memory Address
50A0
50A1
50A2
50A3
Value
17
B3
2A
64
If this memory is storing a 4-byte data in big-endian format, to convert this data into little-endian format
(1) swap l7 and B3; swap 2A and 64
(2) swap 17 and 2A; swap BB and 64
(3) swap 17 and 64; swap.2A and BS
(4) sort the data in ascending order
Answers
Answered by
0
Hey Mate!
✓✓ Your Answer ✓✓
################
Good Question
**********************
Option : 1)
_____________________
All numbers (memory address as well as contents) are shown in hexadecimal.
Memory Address
50A0
50A1
50A2
50A3
Value
17
B3
2A
64
If this memory is storing a 4-byte data in big-endian format, to convert this data into little-endian format
(1) swap l7 and B3; swap 2A and 64
.........
Similar questions