The CPU_BIG_ENDIAN
and CPU_LITTLE_ENDIAN
are
set to specify the endian
format used by this microprocessor. These macros should not be set to the
same value. The following example illustrates how these macros should be
set on a processor family that is big endian.
#define CPU_BIG_ENDIAN TRUE #define CPU_LITTLE_ENDIAN FALSE
Copyright © 1988-2003 OAR Corporation