Directives Summary
4-5
Assembler Directives
Table 4–1. Assembler Directives Summary (Continued)
(e) Directives that reference other files
Mnemonic and Syntax
Description
Page
.copy [”]
filename[”]
Include source statements from another file
.def
symbol
1
[, ... ,
symbol
n
]
Identify one or more symbols that are defined in the
current module and may be used in other modules
.global
symbol
1
[, ... ,
symbol
n
]
Identify one or more global (external) symbols
.include [”]
filename[”]
Include source statements from another file
.ref
symbol
1
[, ... ,
symbol
n
]
Identify one or more symbols that are used in the cur-
rent module but may be defined in another module
(f) Directives that define macros
Mnemonic and Syntax
Description
Page
.macro
Identify the source statement as the first line of a mac-
ro definition. You must place .macro in the opcode
field
.mlib [”]
filename[”]
Define macro library
.mexit
Go to .endm. This directive is useful when error test-
ing confirms that macro expansion will fail.
.endm
End .macro code block
.var
Define a local macro substitution symbol
(g) Directives that control conditional assembly
Mnemonic and Syntax
Description
Page
.break [
well-defined expression]
End .loop assembly if condition is true. The .break
construct is optional.
.else
well-defined expression
Assemble code block if the .if condition is false. The
.else construct is optional.
.elseif
well-defined expression
Assemble code block if the .if condition is false and the
.elseif condition is true. The .elseif construct is
optional.
.endif
End .if code block
.endloop
End .loop code block
.if
well-defined expression
Assemble code block if the condition is true
.loop [
well-defined expression]
Begin repeatable assembly of a code block
Summary of Contents for TMS320C54x
Page 38: ......
Page 39: ......
Page 40: ......
Page 41: ......
Page 42: ......
Page 43: ......
Page 44: ......
Page 45: ......
Page 46: ......
Page 47: ......
Page 48: ......
Page 49: ......
Page 50: ......
Page 51: ......
Page 52: ......
Page 53: ......
Page 54: ......
Page 55: ......
Page 56: ......
Page 57: ......
Page 58: ......
Page 59: ......
Page 60: ......
Page 61: ......
Page 62: ......
Page 276: ......
Page 277: ......
Page 278: ......
Page 279: ......
Page 280: ......
Page 281: ......
Page 282: ......
Page 283: ......
Page 284: ......
Page 285: ......
Page 286: ......
Page 287: ......
Page 288: ......
Page 289: ......
Page 290: ......
Page 291: ......
Page 292: ......
Page 293: ......
Page 294: ......
Page 295: ......
Page 296: ......
Page 297: ......
Page 298: ......
Page 299: ......
Page 300: ......
Page 301: ......
Page 302: ......