Crossware

Table of Contents        Previous topic       Next topic       

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.

Note that you should not use the assembler output to subsequently create your final program.  If you do, then you will lose the benefit of the linker cross-module integrity checks.