<p>Am 11.09.2015 19:06 schrieb "José Mejuto" <<a href="mailto:joshyfun@gmail.com">joshyfun@gmail.com</a>>:<br>
><br>
> Hello,<br>
><br>
> Can anybody enlight me in how to:<br>
><br>
> - Compile a program outputting assembler in intel format.<br>
> - Assemble the .s files in a final .exe<br>
><br>
> I can get assembler in AT&T format using "-a" but if I add "-Anasmwin32" the program is not compiled as "nasm is not found", only main.lpr is compiled, none of the included units (no RTL ones).<br>
><br>
> It would be great if I only need tools provided by fpc but I think that "as.exe" can not read Intel asm format.<br>
><br>
> In the case that "as.exe" can not be used for intel format, is there any option out there in order to get the final .exe from the .s files ?</p>
<p>What is the reason you're trying to do this? Maybe we can help you a bit more if we know your motivation to pursue this.</p>
<p>Regards,<br>
Sven</p>