Writing Device Drivers

x86 Byte Ordering

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

Graphic