Share via


SHASM LIST Directive Specifiers

.LIST is the assembler directive that controls output of the source program listing. The following list shows the possible LIST directive output selections.

  • Source statements.
  • Source statements related to conditional assembly and macro functions.
  • Object code lines.

The following table shows the possible values for LIST directive output specifiers.


Type
Output
(default)
Not
Output

Object

Description
1 ON OFF Source statements The source statements following this directive.
2 COND NOCOND Failed condition Condition-failed .AIF directive statements.
  DEF NODEF Definition Macro definition statements, .AREPEAT, .AWHILE, .ASSIGNA, and .ASSIGNC.
  CALL NOCALL Call Macro call statements, .AIF, and .AENDI.
  EXP NOEXP Expansion Macro expansion statements, .AREPEAT, and .AWHILE.
3 CODE NOCODE Object code lines The object code lines exceeding the source statement lines.

The specification of the .LIST directive is only valid when an assembler listing is output.

See Also

SHASM Macro Directives | SHASM Conditional Assembly Directives | SHASM Listing Directives | SHASM PRINT Directive Specifiers | SHASM FORM Directive Specifiers

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.