little-endian
computer that has memory and stores the least significant byte in the lowest address (and the most significant byte in the highest address)
Endianness
In
computing, endianness is the
byte (and sometimes
bit) ordering in memory used to represent some kind of data. Typical cases are the order in which integer values are stored as
bytes in computer memory (relative to a given memory
addressing scheme) and the transmission order over a network or other medium. When specifically talking about bytes, endianness is also referred to simply as byte order.
See more at Wikipedia.org...
little-endian
<
data,
architecture> A computer architecture in which, within a given 16- or 32-bit
word, bytes at lower addresses have lower significance (the word is stored "little-end-first"). The
PDP-11 and
VAX families of computers and
Intel microprocessors and a lot of communications and networking hardware are little-endian.
The term is sometimes used to describe the ordering of units other than bytes; most often, bits within a byte.
Compare
big-endian,
middle-endian. See
NUXI problem.
[
Jargon File]
(1995-08-16)
(c) Copyright 1993 by Denis Howe