Texas Instruments TMS320C54x User Manual page 143

Digital signal processors
Hide thumbs Also See for TMS320C54x:
Table of Contents

Advertisement

.length/.width
Set Listing Page Size
Syntax
Description
Example
4-60
.length page length
.width page width
The .length directive sets the page length of the output listing file. It affects the
current and following pages. You can reset the page length with another
.length directive.
-
Default length: 60 lines
-
Minimum length: 1 line
-
Maximum length: 32 767 lines
The .width directive sets the page width of the output listing file. It affects the
next line assembled and the lines following; you can reset the page width with
another .width directive.
-
Default width: 80 characters
-
Minimum width: 80 characters
-
Maximum width: 200 characters
The width refers to a full line in a listing file; the line counter value, SPC value,
and object code are counted as part of the width of a line. Comments and other
portions of a source statement that extend beyond the page width are trun-
cated in the listing.
The assembler does not list the .width and .length directives.
In this example, the page length and width are changed.
*********************************************
**
Page length = 65 lines.
**
Page width
*********************************************
.length
.width
*********************************************
**
Page length = 55 lines.
**
Page width
*********************************************
.length
.width
= 85 characters.
65
85
= 100 characters.
55
100
**
**
**
**

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TMS320C54x and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents