Question: Show how the strings in Exercise 6.6 are stored in a byte-addressable memory on(a) a big-endian machine ?(b) a little-endian machine starting at memory address
Show how the strings in Exercise 6.6 are stored in a byte-addressable memory on(a) a big-endian machine ?(b) a little-endian machine starting at memory address 0x1000100C. Use a memory diagram similar to Figure 6.4. Clearly indicate the memory address of each byte on each machine.

Data From problem 6
Write the following strings using ASCII encoding. Write your final answers in hexadecimal.?
(a) SOS(b) Cool!(c) (your own name)
Big-Endian Little-Endian Word Byte Address 0 | 1|2 |3 Data Value 23 45 67 89 Address 3 2|1 0 Byte Address 23 45 67 89 Data Value MSB LSB MSB LSB
Step by Step Solution
3.43 Rating (153 Votes )
There are 3 Steps involved in it
LittleEndian Memory a ... View full answer
Get step-by-step solutions from verified subject matter experts
