O
ozbear
<snip>Hi,
Having worked with a number of processor architectures, I am yet to come
across an architecture where the numbering of bits is reversed. As Jon has
pointed out, endianness determines byte order, *NOT* bit order.
This horse is about dead, but the above statement is simply not
true. Endian-ness applies to both bit /and/ byte ordering.
In the absence of the word /bit/ most people would assume
byte when talking about little/big endian systems, but it
is a term that is applicable at both levels.
You can look, for example, at
http://www.webopedia.com/TERM/b/big_endian.html
but the term bit endian has been around for a long time.
Perhaps the best example of this is the Motorola microsprocessors
that have big-endian /byte/ order but little-endian /bit/
order.
Oz