If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Endianness
Jump to navigation
Jump to search
Endianness or byte order is the order of bytes in a multi-byte value like a word. Systems are usually referred to as either 'little endian', where the least significant byte (lsb) comes first, or 'big endian', where the most significant byte (msb) comes first.
The 6502 processor, used by the NES, expects addresses to be stored in 'little endian' order, with the least significant byte first and the most significant byte second.
More non-ROM hacking specific information can be found at Wikipedia's Endianness article.
This page is rather stubbly and could use some expansion. Are you a bad enough dude to rescue this article? |