Writing Device Drivers

IA Byte Ordering

The IA processor uses little-endian byte ordering. The least significant byte (LSB) of an integer is stored at the lowest address of the integer.

Diagram shows how bytes are ordered in little-endian architectures; that is, byte 0 is the least significant byte.