| |
| | Dr. Dobb's | Endian-Neutral Software, Part 1 | July 22, 2001 (Site not responding. Last check: 2007-09-10) |
 | | Endian is a processor-addressing model that affects the byte ordering of data and instructions stored in computer memory, and the data's representation provided by a programming language. |
 | | Endian concepts can be confusing since there are different Endian types, different ways to represent these types, and intertwined considerations for both code and data portability between opposite-endian hardware platforms. |
 | | Endianness is not limited to any particular component of a system but can occur wherever data is addressed, retrieved, stored, processed, or transmitted. |
| www.ddj.com /184409326?pgno=23 (3363 words) |
|