Directives Summary
4-2
4.1
Directives Summary
This section summarizes the assembler directives.
Besides the assembler directives documented here, the TMS320C54x
software tools support the following directives:
-
The assembler uses several directives for macros. The macro directives
are listed in this chapter, but they are described in detail in Chapter 5,
Macro Language.
-
The absolute lister also uses directives. Absolute listing directives are not
entered by the user but are inserted into the source program by the
absolute lister. Chapter 8,
Absolute Lister Description, discusses these
directives; they are not discussed in this chapter.
-
The C compiler uses directives for symbolic debugging. Unlike other
directives, symbolic debugging directives are not used in most assembly
language programs. Appendix B,
Symbolic Debugging Directives,
discusses these directives; they are not discussed in this chapter.
Note:
Labels and Comments in Syntax
Any source statement that contains a directive may also contain a label and
a comment. Labels begin in the first column (they are the only elements, ex-
cept comments, that can appear in the first column), and comments must be
preceded by a semicolon or an asterisk if the comment is the only statement
on the line. To improve readability, labels and comments are not shown as
part of the directive syntax.
Table 4–1. Assembler Directives Summary
(a) Directives that define sections
Mnemonic and Syntax
Description
Page
.bss
symbol, size in words [, blocking]
[,
alignment ]
Reserve
size words in the .bss (uninitialized data)
section
.clink [”
section name”]
Enables conditional linking for the current or specified
section
.data
Assemble into the .data (initialized data) section
.sect ”
section name”
Assemble into a named (initialized) section
.text
Assemble into the .text (executable code) section
symbol .usect ”section name”, size in words
[, blocking] [,alignment flag]
Reserve
size words in a named (uninitialized) section
Содержание TMS320C54x
Страница 38: ......
Страница 39: ......
Страница 40: ......
Страница 41: ......
Страница 42: ......
Страница 43: ......
Страница 44: ......
Страница 45: ......
Страница 46: ......
Страница 47: ......
Страница 48: ......
Страница 49: ......
Страница 50: ......
Страница 51: ......
Страница 52: ......
Страница 53: ......
Страница 54: ......
Страница 55: ......
Страница 56: ......
Страница 57: ......
Страница 58: ......
Страница 59: ......
Страница 60: ......
Страница 61: ......
Страница 62: ......
Страница 276: ......
Страница 277: ......
Страница 278: ......
Страница 279: ......
Страница 280: ......
Страница 281: ......
Страница 282: ......
Страница 283: ......
Страница 284: ......
Страница 285: ......
Страница 286: ......
Страница 287: ......
Страница 288: ......
Страница 289: ......
Страница 290: ......
Страница 291: ......
Страница 292: ......
Страница 293: ......
Страница 294: ......
Страница 295: ......
Страница 296: ......
Страница 297: ......
Страница 298: ......
Страница 299: ......
Страница 300: ......
Страница 301: ......
Страница 302: ......