| |||
| Home > Programmer’s Model > Memory formats > Little-endian format | |||
In little-endian format, the lowest numbered byte in a word is considered the least significant byte of the word, and the highest numbered byte the most significant. Byte 0 of the memory system is therefore connected to data lines 7 to 0.
Little-endian format is shown in Figure 2.2.
Most significant byte is at lowest address
Word is addressed by byte address of least significant byte.