⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vectors.lst

📁 2407嵌入式系统程序(c语言)
💻 LST
📖 第 1 页 / 共 2 页
字号:
D:\tic2xx\c2000\cgtools\bin\dspa.exe vectors.asm vectors.obj -gsx -v2xx 

TMS320C1x/C2x/C2xx/C5x COFF Assembler Version 7.00  Wed Dec 15 14:28:07 2004
Copyright (c) 1987-1999  Texas Instruments Incorporated 
vectors.asm                                                          PAGE    1

       1            **********************************************************************
       2            * Filename: cvectors.asm                                             *
       3            *                                                                    *
       4            * Author: David M. Alter, Texas Instruments Inc.                     *
       5            *                                                                    *
       6            * Last Modified: 03/14/01                                            *
       7            *                                                                    *
       8            * Description: Interrupt vector table for '240x DSP core             *
       9            * for use with C language programs.                                  *
      10            *                                                                    *
      11            **********************************************************************
      12                    .ref _c_int0,_nothing, _uarttr,_uartsent,_uartrec
      13            
      14 0000               .sect    "vectors"
      15 0000 7980  rset:   B       _c_int0         ;00h reset
         0001 0000! 
      16 0002 7980  int1:   B       int1            ;02h INT1
         0003 0002+ 
      17 0004 7980  int2:   B       int2            ;04h INT2
         0005 0004+ 
      18 0006 7980  int3:   B       int3            ;06h INT3
         0007 0006+ 
      19 0008 7980  int4:   B       int4            ;08h INT4
         0009 0008+ 
      20 000a 7980  int5:   B       _uarttr         ;0Ah INT5
         000b 0000! 
      21 000c 7980  int6:   B       int6            ;0Ch INT6
         000d 000c+ 
      22 000e 7980  int7:   B       int7            ;0Eh reserved
         000f 000e+ 
      23 0010 7980  int8:   B       int8            ;10h INT8  (software)
         0011 0010+ 
      24 0012 7980  int9:   B       int9            ;12h INT9  (software)
         0013 0012+ 
      25 0014 7980  int10:  B       int10           ;14h INT10 (software)
         0015 0014+ 
      26 0016 7980  int11:  B       int11           ;16h INT11 (software)
         0017 0016+ 
      27 0018 7980  int12:  B       int12           ;18h INT12 (software)
         0019 0018+ 
      28 001a 7980  int13:  B       int13           ;1Ah INT13 (software)
         001b 001a+ 
      29 001c 7980  int14:  B       int14           ;1Ch INT14 (software)
         001d 001c+ 
      30 001e 7980  int15:  B       int15           ;1Eh INT15 (software)
         001f 001e+ 
      31 0020 7980  int16:  B       int16           ;20h INT16 (software)
         0021 0020+ 
      32 0022 7980  int17:  B       int17           ;22h TRAP
         0023 0022+ 
      33 0024 7980  int18:  B       int18           ;24h NMI
         0025 0024+ 
      34 0026 7980  int19:  B       int19           ;26h reserved
         0027 0026+ 
TMS320C1x/C2x/C2xx/C5x COFF Assembler Version 7.00  Wed Dec 15 14:28:07 2004
Copyright (c) 1987-1999  Texas Instruments Incorporated 
vectors.asm                                                          PAGE    2

      35 0028 7980  int20:  B       int20           ;28h INT20 (software)
         0029 0028+ 
      36 002a 7980  int21:  B       int21           ;2Ah INT21 (software)
         002b 002a+ 
      37 002c 7980  int22:  B       int22           ;2Ch INT22 (software)
         002d 002c+ 
      38 002e 7980  int23:  B       int23           ;2Eh INT23 (software)
         002f 002e+ 
      39 0030 7980  int24:  B       int24           ;30h INT24 (software)
         0031 0030+ 
      40 0032 7980  int25:  B       int25           ;32h INT25 (software)
         0033 0032+ 
      41 0034 7980  int26:  B       int26           ;34h INT26 (software)
         0035 0034+ 
      42 0036 7980  int27:  B       int27           ;36h INT27 (software)
         0037 0036+ 
      43 0038 7980  int28:  B       int28           ;38h INT28 (software)
         0039 0038+ 
      44 003a 7980  int29:  B       int29           ;3Ah INT29 (software)
         003b 003a+ 
      45 003c 7980  int30:  B       int30           ;3Ch INT30 (software)
         003d 003c+ 
      46 003e 7980  int31:  B       int31           ;3Eh INT31 (software)
         003f 003e+ 
      47            ;******************************************************************************
      48            ;INTERRUPT ENTERANCE VECTOR TAB.
      49            ;******************************************************************************        
      50 0000                                .sect  "pvesc"
      51 0000 7980  PVECTORS:  B    _nothing  ;Reserved pvector addr offset-0000h
         0001 0000! 
      52 0002 7980             B    _nothing  ;Reserved pvector addr offset    1
         0003 0000! 
      53 0004 7980             B    _nothing  ;Reserved pvector addr offset    2
         0005 0000! 
      54 0006 7980             B    _nothing  ;Reserved pvector addr offset    3
         0007 0000! 
      55 0008 7980             B    _nothing  ;Reserved pvector addr offset    4
         0009 0000! 
      56 000a 7980             B    _nothing  ;Reserved pvector addr offset-0005h
         000b 0000! 
      57 000c 7980             B    _uartrec  ;Reserved pvector addr offset    6
         000d 0000! 
      58 000e 7980             B    _uartsent ;Reserved pvector addr offset    7
         000f 0000! 
      59 0010 7980             B    _nothing  ;Reserved pvector addr offset    8
         0011 0000! 
      60 0012 7980             B    _nothing  ;Reserved pvector addr offset    9
         0013 0000! 
      61 0014 7980             B    _nothing  ;Reserved pvector addr offset-000ah
         0015 0000! 
      62 0016 7980             B    _nothing  ;Reserved pvector addr offset    B
         0017 0000! 
      63 0018 7980             B    _nothing  ;Reserved pvector addr offset    C
         0019 0000! 
TMS320C1x/C2x/C2xx/C5x COFF Assembler Version 7.00  Wed Dec 15 14:28:07 2004
Copyright (c) 1987-1999  Texas Instruments Incorporated 
vectors.asm                                                          PAGE    3

      64 001a 7980             B    _nothing  ;Reserved pvector addr offset    D
         001b 0000! 
      65 001c 7980             B    _nothing  ;Reserved pvector addr offset    E
         001d 0000! 
      66 001e 7980             B    _nothing  ;Reserved pvector addr offset    F
         001f 0000! 
      67 0020 7980             B    _nothing  ;Reserved pvector addr offset-0010h
         0021 0000! 
      68 0022 7980             B    _nothing  ;Reserved pvector addr offset   11
         0023 0000! 
      69 0024 7980             B    _nothing  ;Reserved pvector addr offset   12
         0025 0000! 
      70 0026 7980             B    _nothing  ;Reserved pvector addr offset   13
         0027 0000! 
      71 0028 7980             B    _nothing  ;Reserved pvector addr offset   14
         0029 0000! 
      72 002a 7980             B    _nothing  ;Reserved pvector addr offset-0015h
         002b 0000! 
      73 002c 7980             B    _nothing  ;Reserved pvector addr offset   16
         002d 0000! 
      74 002e 7980             B    _nothing  ;Reserved pvector addr offset   17
         002f 0000! 
      75 0030 7980             B    _nothing  ;Reserved pvector addr offset   18
         0031 0000! 
      76 0032 7980             B    _nothing  ;Reserved pvector addr offset   19
         0033 0000! 
      77 0034 7980             B    _nothing  ;Reserved pvector addr offset-001ah
         0035 0000! 
      78 0036 7980             B    _nothing  ;Reserved pvector addr offset   1B
         0037 0000! 
      79 0038 7980             B    _nothing  ;Reserved pvector addr offset   1C
         0039 0000! 
      80 003a 7980             B    _nothing  ;Reserved pvector addr offset   1D
         003b 0000! 
      81 003c 7980             B    _nothing  ;Reserved pvector addr offset   1E
         003d 0000! 
      82 003e 7980             B    _nothing  ;Reserved pvector addr offset   1F
         003f 0000! 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -