[fpc-pascal] Free Pascal Support for ARM Architecture

Marc Santhoff M.Santhoff at t-online.de
Mon Dec 8 22:29:05 CET 2008


Am Montag, den 08.12.2008, 15:04 -0600 schrieb Prince Riley:
> Marc,
> 
> Just wanted to say thank you for that info.. much obliged.

If you want to know more about what code the compiler produces there are
two more opportunities:

First you can tell the compiler to not delete the intermediate assembler
files and look inside how statements are translated (e.g. for integer
multiplication) by using

fpc -a ...

Call fpc without arguments for more info.

Secondly you can look inside the sources of the compilers code generator
itself (no, dunno which file).

HTH,
Marc





More information about the fpc-pascal mailing list