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: Difference between revisions
Jump to navigation
Jump to search
(little and BIG) |
No edit summary |
||
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 '''least significant | '''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 '''least significant byte''' (lsb) comes first, or 'big endian', where the '''most significant byte''' (msb) comes first. | ||
{{moreinfo wikipedia|page=Endianness}} | {{moreinfo wikipedia|page=Endianness}} | ||
{{stub}} | {{stub}} |
Revision as of 12:43, 3 November 2005
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.
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? |