📄 vector.lst
字号:
dspa -l -s -iD:/FCHEV_pid/inlcude -v2xx -id:/ti/c2400/cgtools/include -g vector.asm vector.obj
TMS320C24xx COFF Assembler Version 7.01 Wed Apr 28 18:29:22 2004
Copyright (c) 1987-2002 Texas Instruments Incorporated
vector.asm PAGE 1
1 **********************************************************************
2
3 **********************************************************************
4
5 **********************************************************************
6
7 **********************************************************************
8
9 .def PVECTORS
10 .ref _c_int0,GISR3,GISR5
11 .ref CANMBX_ISR
12 .ref T2PINT_ISR
13
14
15 0000 .sect "vectors"
16 0000 7980 rset: B _c_int0 ;00h reset
0001 0000!
17 0002 7980 int1: B int1 ;02h INT1
0003 0002+
18 0004 7980 int2: B int2 ;04h INT2
0005 0004+
19 0006 7980 int3: B GISR3 ;06h INT3 GISR3
0007 0000!
20 0008 7980 int4: B int4 ;08h INT4
0009 0008+
21 000a 7980 int5: B GISR5 ;0Ah INT5 GISR5
000b 0000!
22 000c 7980 int6: B int6 ;0Ch INT6
000d 000c+
23 000e 7980 int7: B int7 ;0Eh reserved
000f 000e+
24 0010 7980 int8: B int8 ;10h INT8 (software)
0011 0010+
25 0012 7980 int9: B int9 ;12h INT9 (software)
0013 0012+
26 0014 7980 int10: B int10 ;14h INT10 (software)
0015 0014+
27 0016 7980 int11: B int11 ;16h INT11 (software)
0017 0016+
28 0018 7980 int12: B int12 ;18h INT12 (software)
0019 0018+
29 001a 7980 int13: B int13 ;1Ah INT13 (software)
001b 001a+
30 001c 7980 int14: B int14 ;1Ch INT14 (software)
001d 001c+
31 001e 7980 int15: B int15 ;1Eh INT15 (software)
001f 001e+
32 0020 7980 int16: B int16 ;20h INT16 (software)
0021 0020+
33 0022 7980 int17: B int17 ;22h TRAP
0023 0022+
34 0024 7980 int18: B int18 ;24h NMI
0025 0024+
35 0026 7980 int19: B int19 ;26h reserved
TMS320C24xx COFF Assembler Version 7.01 Wed Apr 28 18:29:22 2004
Copyright (c) 1987-2002 Texas Instruments Incorporated
vector.asm PAGE 2
0027 0026+
36 0028 7980 int20: B int20 ;28h INT20 (software)
0029 0028+
37 002a 7980 int21: B int21 ;2Ah INT21 (software)
002b 002a+
38 002c 7980 int22: B int22 ;2Ch INT22 (software)
002d 002c+
39 002e 7980 int23: B int23 ;2Eh INT23 (software)
002f 002e+
40 0030 7980 int24: B int24 ;30h INT24 (software)
0031 0030+
41 0032 7980 int25: B int25 ;32h INT25 (software)
0033 0032+
42 0034 7980 int26: B int26 ;34h INT26 (software)
0035 0034+
43 0036 7980 int27: B int27 ;36h INT27 (software)
0037 0036+
44 0038 7980 int28: B int28 ;38h INT28 (software)
0039 0038+
45 003a 7980 int29: B int29 ;3Ah INT29 (software)
003b 003a+
46 003c 7980 int30: B int30 ;3Ch INT30 (software)
003d 003c+
47 003e 7980 int31: B int31 ;3Eh INT31 (software)
003f 003e+
48
49 ;中断子向量入口定义pvecs
50 0000 .sect "pvecs" ;定义子向量段
51 0000 7980 PVECTORS: B PVECTORS ;保留向量地址偏移量0000h
0001 0000+
52 0002 7980 P_PHANTOM_1: B P_PHANTOM_1 ;保留向量地址偏移量0001h
0003 0002+
53
54 0000 .sect "t2period" ;定义子向量段
55 0000 7980 T2PERIOD_INT: B T2PINT_ISR ;保留向量地址偏移量0002,T2周期中断,
0001 0000!
56
57 0000 .sect "canvecs" ;定义子向量段
58 0000 7980 CANVECTORS: B CANVECTORS ;保留向量地址偏移量0000h
0001 0000+
59 0002 7980 C_PHANTOM_1: B C_PHANTOM_1 ;保留向量地址偏移量0001h
0003 0002+
60 0004 7980 B CANMBX_ISR ;保留向量地址偏移量0040h CAN接收中断
0005 0000!
61 0006 7980 C_PHANTOM_2: B C_PHANTOM_2 ;保留向量地址偏移量0041h
0007 0006+
62
63
64
No Errors, No Warnings
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -