SH-4 Assembler LIST Directive Specifiers (Windows Embedded CE 6.0)
1/5/2010
.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. |
n/a |
DEF |
NODEF |
Definition |
Macro definition statements, .AREPEAT, .AWHILE, .ASSIGNA, and .ASSIGNC. |
n/a |
CALL |
NOCALL |
Call |
Macro call statements, .AIF, and .AENDI. |
n/a |
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.