[fpc-devel] FPC -Rintel and -alr options

Sergei Gorelkin sergei_gorelkin at mail.ru
Tue Aug 21 07:37:29 CEST 2012


21.08.2012 5:38, ABorka пишет:
> Is there a way to see the generated ".s" assembly files as Intel syntax instead of the AT&T one?
> The -Rintel flag does not seem to work, or I am doing something wrong.
>
> Tried command line and fpc.cfg both, on win32 and win64, latest SVN .
>
-R switch controls parsing assembler blocks in the code.
The output format is set with -A  (e.g. -Amasm will produce Intel syntax).

Regards,
Sergei



More information about the fpc-devel mailing list