vectors.lst

来自「TI 5402程序源码」· LST 代码 · 共 131 行

LST
131
字号
TMS320C54x COFF Assembler PC Version 3.83  Tue Feb 28 19:05:38 2006

Tools Copyright (c) 1996-2002 Texas Instruments Incorporated
vectors.asm                                                          PAGE    1

       1              
       2              *
       3              **************************** vectors.asm ****************
       4              *  Plug in the entry point at RESET in the interrupt vector table
       5              *
       6              *
       7              *               .include c54.inc
       8 000000               .sect ".vectors"
       9              
      10                      .ref  _c_int00                  ; main progrom 
      11                      .ref _ISR_timer0,hpisys,_ISR_usb
 "vectors.asm", WARNING! at line 11: [W0000] Defined symbol 'hpisys' cannot have a .ref
      12              
      13                      .align  0x80            ; must be aligned on page boundary
      14              
      15 000000       RESET:                          ; reset vector
      16 000000 F073          B _c_int00              ; branch to main progrom
         000001 0000!
      17 000002 F495                                  NOP
      18 000003 F495                          NOP
      19 000004 F4EB  nmi:    RETE                    ; enable interrupts and return from one
      20 000005 F495                  NOP
      21 000006 F495                  NOP
      22 000007 F495                  NOP                                     ;NMI~
      23              
      24                              ; software interrupts
      25 000008       sint17 .space 4*16
      26 00000c       sint18 .space 4*16
      27 000010       sint19 .space 4*16
      28 000014       sint20 .space 4*16
      29 000018       sint21 .space 4*16
      30 00001c       sint22 .space 4*16
      31 000020       sint23 .space 4*16
      32 000024       sint24 .space 4*16
      33 000028       sint25 .space 4*16
      34 00002c       sint26 .space 4*16
      35 000030       sint27 .space 4*16
      36 000034       sint28 .space 4*16
      37 000038       sint29 .space 4*16
      38 00003c       sint30 .space 4*16
      39              
      40 000040 F4EB  int0:   RETE
      41 000041 F495                  NOP
      42 000042 F495                  NOP
      43 000043 F495                  NOP
      44                              
      45 000044 F495  int1:                   NOP
      46 000045 F074                  CALL _ISR_usb
         000046 0000!
      47 000047 F4EB                  RETE
      48 000048 F4EB  int2:   RETE
      49 000049 F495                  NOP
      50 00004a F495                  NOP
      51 00004b F495                  NOP
      52 00004c F495  tint:                   NOP
TMS320C54x COFF Assembler PC Version 3.83  Tue Feb 28 19:05:38 2006

Tools Copyright (c) 1996-2002 Texas Instruments Incorporated
vectors.asm                                                          PAGE    2

      53 00004d F074                                  CALL _ISR_timer0                        
         00004e 0000!
      54 00004f F4EB                                  RETE
      55                              
      56 000050 F4EB  rint0:  RETE
      57 000051 F495                  NOP
      58 000052 F495                  NOP
      59 000053 F495                  NOP
      60 000054 F4EB  xint0:  RETE
      61 000055 F495                  NOP
      62 000056 F495                  NOP
      63 000057 F495                  NOP
      64 000058 F4EB  DMAC0:  RETE
      65 000059 F495                                  NOP
      66 00005a F495                                  NOP
      67 00005b F495                                  NOP
      68 00005c F4EB  DMAC1:  RETE                                            ;tint1
      69 00005d F495                                  NOP                     
      70 00005e F495                                  NOP
      71 00005f F495                                  NOP
      72                                                              
      73 000060 F4EB  int3:   RETE                                            ;tint1
      74 000061 F495                                  NOP                     
      75 000062 F495                                  NOP
      76 000063 F495                                  NOP
      77                              
      78              
      79 000064 F495  HPINT:                  NOP     
      80 000065 F074                                  CALL hpisys
         000066 0000'
      81 000067 F4EB                                  RETE
      82                                              
      83 000068 F4EB  DMAC2:  RETE                                            ;rint1
      84 000069 F495                                  NOP                     
      85 00006a F495                  NOP
      86 00006b F495                  NOP
      87                                              
      88 00006c F495                  NOP
      89 00006d F4EB  xint1:  RETE    
      90                                               
      91 00006e F495                          NOP
      92 00006f F495                                  NOP
      93 000070 F495                                  NOP
      94 000071 F4EB  DMAC4:  RETE
      95 000072 F495                                  NOP
      96 000073 F495                                  NOP
      97 000074 F495                                  NOP
      98              
      99 000075 F4EB  DMAC5:  RETE
     100 000076 F495                                  NOP
     101 000077 F495                                  NOP
     102 000078 F495                                  NOP                
     103                              
     104 000000                       .sect ".text"                
     105 000000       hpisys:
TMS320C54x COFF Assembler PC Version 3.83  Tue Feb 28 19:05:38 2006

Tools Copyright (c) 1996-2002 Texas Instruments Incorporated
vectors.asm                                                          PAGE    3

     106 000000 FC00                  RET            
     107                              
     108                              .end         

No Assembly Errors, 1 Assembly Warning

⌨️ 快捷键说明

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