Endianness
http://en.wikipedia.org/wiki/Little-endian
A big-endian machine stores the most-significant byte first (at the lowest address), and a little-endian machine stores the least-significant byte first.
http://en.wikipedia.org/wiki/Little-endian
A big-endian machine stores the most-significant byte first (at the lowest address), and a little-endian machine stores the least-significant byte first.
Big Endian | ||||||||
---|---|---|---|---|---|---|---|---|
8 bit: | C | o | m | p | u | t | e | r |
16 bit: | Co | mp | ut | er | ||||
32 bit: | Comp | uter | ||||||
Little Endian | ||||||||
8 bit: | r | e | t | u | p | m | o | C |
16 bit: | er | ut | mp | Co | ||||
32 bit: | uter | Comp |
http://yonghyuk.pe.kr/2681728
Big-endian: UNIX(RISC), Network 상의 Byte-Order 표준
Little-endian: Intel 기반 PC (CISC)