SH-4 Assembler Listing Directives (Windows CE 5.0)

Send Feedback

The following table shows SH-4 assembler directives that control listings.

Directive Syntax Description
.PRINT
.PRINT <output specifier>[,<output specifier>...]
Controls assembler-listing output.

For more information, see SH-4 Assembler 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 SH-4 Assembler LIST Directive Specifiers.

.FORM
.FORM <size specifier>[,<size specifier>...]
Sets the number of lines and columns in the assembler listing.

For more information, see SH-4 Assembler 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

SH-4 Assembler Directives

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.