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
No edit summary |
(little and BIG) |
||
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]]. | '''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 bit''' (lsb) comes first, or 'big endian', where the '''most significant bit''' (msb) comes first. | ||
{{moreinfo wikipedia|page=Endianness}} | {{moreinfo wikipedia|page=Endianness}} | ||
{{stub}} | {{stub}} |
Revision as of 04:54, 20 October 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 bit (lsb) comes first, or 'big endian', where the most significant bit (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? |