[fpc-pascal] Assembler output
Karoly Balogh (Charlie/SGR)
charlie at scenergy.dfmk.hu
Sat Sep 12 14:10:59 CEST 2015
Hi,
On Fri, 11 Sep 2015, José Mejuto wrote:
> There are two motivations, the first one is to learn how to do it manually,
> take a .pas, get the .s and assemble them (and link) to geta final executable.
IIRC it was arguments:
-a -st
This won't assemble or link the executable, but generate a script to
compile and link on the target OS. I used this often during early days of
the Amiga and MorphOS ports. :)
You can even use the resulting script as a base for your own compile/link
experiments.
Charlie
More information about the fpc-pascal
mailing list