Little-endian is most often referred to the endianness or order of multiple Bytes inside a composite item, such as a Word (two bytes), a Double Word (four bytes) or a Quad Word (eight bytes), which keeps the byte order (in the arithmetical sense) in the order of their addresses in memory - for instance the double word integer 16909060 or 0x01020304.
Table of Contents
Memory layout
0x01020304Runtime Test
Following C-routine returns "true" on little-endian machines, such as Intel x86:Little-Endian Files
File index 0 maps the A-File, index 7 the H-File.Little-Endian Ranks
Rank index 0 maps the first Rank, index 7 the eight Rank.Least Significant Files
- Files are the little-end below ranks:
The LERF-coordianetes with Little-Endian Files and Little-Endian Ranks:Note: If printing boards from top to bottom, one has to start with the big-end rank.
A B C D E F G H +----+----+----+----+----+----+----+----+ 8 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 8th rank +----+----+----+----+----+----+----+----+ 7 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 7th rank +----+----+----+----+----+----+----+----+ 6 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 6th rank +----+----+----+----+----+----+----+----+ 5 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 5th rank +----+----+----+----+----+----+----+----+ 4 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 4th rank +----+----+----+----+----+----+----+----+ 3 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 3rd rank +----+----+----+----+----+----+----+----+ 2 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 2nd rank +----+----+----+----+----+----+----+----+ 1 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 1st rank +----+----+----+----+----+----+----+----+ A B C D E F G H - file(s)Date-Format
The little-endian date format: dd-mm-yyyy.See also
External Links
What links here?
Up one Level