Syntax
Description
Example
.drlist
.drnolist
Two directives enable you to control the printing of assembler directives to the
listing file:
The .drlist directive enables the printing of all directives to the listing file.
The .drnolist directive suppresses the printing of the following directives to the
listing file:
-
.asg
-
.break
-
.emsg
-
.eval
-
.fclist
By default, the assembler acts as if the .drlist directive had been specified.
This example shows how .drnolist inhibits the listing of the specified directives:
Source file:
.asg
0, x
.loop
2
.eval
x+1, x
.endloop
.drnolist
.asg
1, x
.loop
3
.eval
x+1, x
.endloop
Listing file:
1
2
3
4
1
1
5
6
7
9
10
11
Controls Listing of Directives
-
.fcnolist
-
.length
-
.mlist
-
.mmsg
-
.mnolist
.asg
0, x
.loop
2
.eval
x+1, x
.endloop
.eval
0+1, x
.eval
1+1, x
.drnolist
.loop
3
.eval
x+1, x
.endloop
Assembler Directives
.drlist/.drnolist
-
.sslist
-
.ssnolist
-
.var
-
.width
-
.wmsg
4-41
Need help?
Do you have a question about the TMS320C54x and is the answer not in the manual?