Crossware

Table of Contents        Previous topic       Next topic       

C/C++ COMPILER->Compiler command line options->Generate Assembler Code (/Fa)

The /Fa option causes the compiler to create commented assembler code output instead of relocatable object code.  The filename for the assembler code is the same as that of the source code filename but with a .ASM extension.

If this option is used, it also suppresses the link phase.