Generating ASM Source Code from Visual C++

If you would like to generate an assembly language listing of a C++ program, use one of the following command line options:

You easily add this option to your Visual C++'s Project: Select Settings from the Project menu; select the C/C++ tab; select Category = Listing Files; and select the Listing File type (the four options shown above). Here's a screen snapshot from the FindArray project in Chapter 13, using the /FAs option: