Share via


SHASM Listing Directives

The following table shows SHASM assembler directives that control listings.

Directive Syntax Description
.PRINT
.PRINT <output specifier>
[,<output specifier>...]
Controls assembler-listing output. For more information, see SHASM PRINT Directive Specifiers.
.LIST
.LIST <output specifier>[,<output specifier>...]
Output specifier:{
  ON|OFF|COND|
  NOCOND|DEF|NODEF|
  CALL|NOCALL|EXP|
  NOEXP|CODE|NOCODE}
Controls the output of the source program listing. For more information, see SHASM LIST Directive Specifiers.
.FORM
.FORM <size specifier>
[,<size specifier>...]
Sets the number of lines and columns in the assembler listing. For more information, see SHASM FORM Directive Specifiers.
.HEADING
.HEADING [<expression>
[,<expression>...]]
Sets the header for the source program listing.
.PAGE
.PAGE
Inserts a new page in the source program listing.
.SPACE
.SPACE[ <line count>]
Outputs blank lines to the source program listing.

The assembler gives priority to command line option specifications concerning assembler-listing output.

See Also

SHx Series Assembler Directives | SHASM Section and Location Directives | SHASM Symbol Handling Directives | SHASM Data and Data Area Directives | SHASM Function-Definition Directives | SHASM Debug Information Directives | SHASM Miscellaneous Directives | SHASM Conditional Assembly Directives | SHASM Macro Directives

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.