/[no]asmattributes

Syntax:

/asmattributes:keyword, /noasmattributes, /FA, /FAs, /FAc, or /FAcs

The /asmattributes option indicates what information, in addition to the assembly code, should be generated in the assembly listing file.

In the visual development environment, specify Assembly Options in the Listing File Compiler Option Category. The /asmattributes options are:

If you omit the /asmattributes option, /asmattributes:none is used (default).

The /asmattributes option is ignored if the /[no]asmfile[:file] option is not specified. The /FA, /FAs, /FAc, or /FAcs options can be used without the /[no]asmfile[:file] option.