/Fa - Rename Assembly-File Listing (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.