Endianness
- This article is currently a stub; it means I'm aware it's short and I probably intend to expand on the subject in the future!
- BE = Big Endian = MSB first = Most significant byte first (N64 MIPS)
- LE = Little Endian = LSB first = Least significant byte first (x86)