Endianness: Difference between revisions

From vegard.wiki
Jump to navigation Jump to search
Content added Content deleted
(new page)
(No difference)

Revision as of 19:05, 4 March 2020

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)