Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This option instructs the compiler to translate C or C++ source code to assembly language.
/Fafilename
For more information about the options you can use with /Fa, see File Alternatives.
The following code example compiles the source file Qsort.c and generates an assembly-listing file named Qsort.asm in a directory named asm. The compiler will not make a directory.
CL /FAa /FaASM\QSORT QSORT.C
See Also
About Microprocessor Compilers | Compiler Options
Send Feedback on this topic to the authors