SHASM Listing Directives
The following table shows SHASM assembler directives that control listings.
Directive | Syntax | Description |
---|---|---|
|
Controls assembler-listing output. For more information, see SHASM PRINT Directive Specifiers. | |
.LIST |
|
Controls the output of the source program listing. For more information, see SHASM LIST Directive Specifiers. |
.FORM |
|
Sets the number of lines and columns in the assembler listing. For more information, see SHASM FORM Directive Specifiers. |
.HEADING |
|
Sets the header for the source program listing. |
.PAGE |
|
Inserts a new page in the source program listing. |
.SPACE |
|
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.