Texas Instruments TMS320C54x User Manual page 172

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

Advertisement

Syntax
Description
Example
TMS320C54x COFF Assembler
Copyright (c) 1998
**** Fast Fourier Transforms ****
2
3
4
TMS320C54x COFF Assembler
Copyright (c) 1998
**** Floating–Point Routines ****
.title " string "
The .title directive supplies a title that is printed in the heading on each listing
page. The source statement itself is not printed, but the line counter is increm-
ented.
The string is a quote-enclosed title of up to 65 characters. If you supply more
than 65 characters, the assembler truncates the string and issues a warning.
The assembler prints the title on the page that follows the directive, and on sub-
sequent pages until another .title directive is processed. If you want a title on
the first page, the first source statement must contain a .title directive.
In this example, one title is printed on the first page and a different title on
succeeding pages.
Source file:
.title
"**** Fast Fourier Transforms ****"
;
.
;
.
;
.
.title
"**** Floating–Point Routines ****"
.page
Listing file:
Texas Instruments Incorporated
;
;
;
Texas Instruments Incorporated
Version x.xx
.
.
.
Version x.xx
Define Page Title
PAGE
PAGE
Assembler Directives
.title
1
2
4-89

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?

Table of Contents