The information in this article applies to:
SUMMARYThe Visual C++ compiler provides the /FA switch to generate an assembly file (.asm) as part of the output although it may be possible to assemble this source file without any errors. Microsoft does not recommend using a Macro Assembler; that is, for example MASM, on the .asm files generated by the Visual C++ compiler. Such use of assembly files generated in this fashion is not supported by Microsoft. MORE INFORMATION
To generate an assembly file listing complete the following steps:
Additional query words: MASM ML /FA
Keywords : kbCompiler TlsMisc |
Last Reviewed: June 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |