/Fa - Rename Assembly-File Listing
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 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.
CLxxx /FAa /FaASM\QSORT QSORT.C
Where CLxxx is the name of the compiler for the target processor family.
See Also
About Microprocessor Compilers | ARM Guide | Hitachi Guide | MIPS Guide | File Alternatives
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.