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


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to