[fpc-devel] Freepascal in microcontrollers

Michael Schnell mschnell at lumino.de
Wed Feb 27 15:56:47 CET 2008


In the Linux source code preprocessor macros are used if data structures 
are accessed that require a certain endianess (usually "net"- data that 
are defined high byte first by TCP/IP).

Here clever tweaking provides that no additional code is created if the 
byte order already is correct with the processor the code is compiled for.

-Michael



More information about the fpc-devel mailing list