.list/.nolist
Start/Stop Source Listing
4-62
Source file:
.copy "copy2.asm"
* Back in original file
NOP
.nolist
.copy "copy2.asm"
.list
* Back in original file
.string
"Done"
Listing file:
1
A
1
A
2 000000 0020
000001 0042
2
3 000002 F495
7
8 000005 0044
000006 006F
000007 006E
000008 0065
.copy
"copy2.asm"
* In copy2.asm (copy file)
.word 32, 1 + 'A'
* Back in original file
NOP
* Back in original file
.string "Done"
Need help?
Do you have a question about the TMS320C54x and is the answer not in the manual?