produce the following cross–reference listing:
xref.asm
1 000000
start:
2
3
4 000003 F000
000004 000A
5
6
7 000006 F495
8 000007 F495
9 000008 F073
000009 0000!
10
11
12
13 000000
xref.asm
LABEL
VALUE
.TMS320C540
000001
.TMS320C541
000000
.TMS320C542
000000
.TMS320C543
000000
.TMS320C544
000000
.TMS320C545
000000
.TMS320C545LP
000000
.TMS320C546
000000
.TMS320C546LP
000000
.TMS320C548
000000
.start
000000'
ABC
000000–
__far_mode
000000
__lflags
000000
start
The A in the cross–reference listing refers to incl0.asm (the first file included).
B refers to incl1.asm; C refers to incl2.asm.
PAGE
1
.include "incl0.asm"
.include "incl1.asm"
add #10,A
.include "incl2.asm"
nop
nop
b start
.global start
.bss ABC,2
PAGE
2
DEFN
REF
0
0
0
0
0
0
0
0
0
0
1
12
A
C
0
0
REF
Cross-Reference Listings
1
B
1
B
2
1
C
2
9
11
Assembler Description
3-37
Need help?
Do you have a question about the TMS320C54x and is the answer not in the manual?