The most significant byte (MSB) value, which is 0x0A in our example, is stored at the memory location with the lowest address, the next byte value in significance, 0x0B, is stored at the following memory location and so on. This is akin to Left-to-Right reading order in hexadecimal.
http://en.wikipedia.org/wiki/EndiannessWhen designing computers, there are two different architectures for handling memory storage. They are called Big Endian and Little Endian and refer to the order in which the bytes are stored in memory.
http://support.microsoft.com/kb/q102025/ Definition for: big-endian
A binary data format in which the most significant bit comes first.
http://www.computeruser.com/resources/diction...Big endian
"groß-endisch"
Regeln für die Anordung von mehrteiligen Informationen, insbesondere der Bytes eines Datenwortes im Speicher.
http://www.lexitron.de/main.php?detail=true&e...big-endian
Bezeichnet eine Anordnung der Bytes nach unterschiedlichen Systemen bei unterschiedlichen Computerarchitekturen. Bei big-endian hat das signifikanteste Byte die niedrigste Adresse (big end first). S. a. little-endian.
http://www.uni-bielefeld.de/lili/organisation...big endian
Big-Endian-Format
Bei Lade- und Speichervorgängen in Registern und Speichern werden die Bytes in unterschiedlicher Reihenfolgen eingelesen. Man unterscheidet dabei zwischen dem Little-Endian-Format und dem Big-Endian-Format.
http://www.itwissen.info/?id=31&ano=01-005068