
Translation Modes
11-5
Mnemonic-to-Algebraic Translator Description
11.4 Translation Modes
The translator runs in one of the following modes:
Literal
Keeps the original mnemonic instruction, commented out, fol-
lowed by the translated instruction
Expansion
Expands and preprocesses macro invocations and replaces
substitution symbols
11.4.1 Literal Mode (–t Option)
When running in the default literal mode (–t option), the translator translates
instructions without any preprocessing. The translator does not process
macros, nor does it expand substitution symbols. When the translator does not
recognize a macro invocation or instruction, it prints a message to standard
output and does not translate the code. The translator creates a file with the
same name as the assembler source file and an extension of
cnv.
Figure 11–2.Literal Mode Process
menm2alg filename.asm
Command:
Translator
Converted file:
filename.cnv
Translation:
11.4.2 About Symbol Names in Literal Mode
In literal mode, the translator treats symbol names defined by .asg as labels
and not as the value they represent. In the following example, the source code
is translated as shown, with sym treated as a data memory address:
Example 11–1. Treatment of Symbol Names in Literal Mode
(a) Source code:
sym
.asg
*AR2
LD
sym,B
(b) Converted code:
sym
.asg *AR2
B = @sym
Содержание 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: ......