Writing Device Drivers

SPARC Byte Ordering

The SPARC processor uses big-endian byte ordering; in other words, the most significant byte (MSB) of an integer is stored at the lowest address of the integer.

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