fsource-asm

Produces an assembly listing with source code annotations.

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

-fsource-asm

Windows:

None

Arguments

None

Default

OFF

No source code annotations appear in the assembly listing file, if one is produced.

Description

This option produces an assembly listing file with source code annotations. The assembly listing file shows the source code as interspersed comments.

To use this option, you must also specify option -S, which causes an assembly listing to be generated.

Alternate Options

Linux and Mac OS X: None

Windows: /asmattr:source, /FAs

See Also


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.