Endian
From AMule Project FAQ
Revision as of 21:40, 9 March 2005 by 80.224.220.139 (Talk)
The endianess defines the way data is stored in physical memmory.
There are two standards:
Both are well-widely used and common.
Little endian requires the bytes with the numbers with lower weight to be placed first in memory.
Big endian requires the bytes with the numbers with higher weight to be placed first in memory.
Other endianness exist (such as middle-endian) but are mostly very old, outdated and non-standard.