If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working at any time.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Endianness: Difference between revisions
Jump to navigation
Jump to search
(more entries) |
(corrected) |
||
Line 1: | Line 1: | ||
'''Endianness''' or '''byte order''' is the order of [[Binary#Byte|bytes]] in a multi-[[Binary#Byte|byte]] value like a [[Binary#Word|word]]. Systems are ''usually'' referred to as either 'little endian', where the ''' | '''Endianness''' or '''byte order''' is the order of [[Binary#Byte|bytes]] in a multi-[[Binary#Byte|byte]] value like a [[Binary#Word|word]]. Systems are ''usually'' referred to as either 'little endian', where the '''most significant byte''' (msb) comes first, or 'big endian', where the '''least significant byte''' (lsb) comes first. | ||
{{moreinfo wikipedia|page=Endianness}} | {{moreinfo wikipedia|page=Endianness}} |
Revision as of 18:03, 6 April 2016
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 most significant byte (msb) comes first, or 'big endian', where the least significant byte (lsb) comes first.
More non-ROM hacking specific information can be found at Wikipedia's Endianness article.
Little endian systems
- Nintendo Entertainment System
- Super Nintendo
- Nintendo Game Boy
- Nintendo Game Boy Advance
- Nintendo DS
- Windows
Big endian systems
- Sega Genesis
- Many Internet protocols, such as TCP.
This page is rather stubbly and could use some expansion. Are you a bad enough dude to rescue this article? |