Endianness

From vegard.wiki
Revision as of 19:05, 4 March 2020 by Vegard (talk | contribs) (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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)