cpu-architecture
Endianness: Big vs Little (with Bus Diagrams)
TL;DR: Endianness is the convention for how a multi-byte value is laid out in memory. Big-endian stores the most-significant byte at the lowest address (network protocols, PowerPC); little-endian stores the...