Share via


SH-4 Assembler Listing Directives (Windows Embedded CE 6.0)

1/5/2010

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

Reference

SH-4 Assembler Directives