By KrDe
via noggin.intel.com
Submitted: Jan 20 2013 / 14:41
Endianness describes how multi-byte data is represented by a computer system and is dictated by the CPU architecture of the system. Unfortunately not all computer systems are designed with the same endian architecture. The difference in endian architecture is an issue when software or data is shared between computer systems. An analysis of the computer system and its interfaces will determine the requirements of the endian implementation of the software. This article explains endianness and its affect on code portability.
Add your comment