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

📄 vectors.s54

📁 使用在TI 系列dsk5402 的很多可用例子
💻 S54
字号:
;
;  Copyright 2003 by Texas Instruments Incorporated.
;  All rights reserved. Property of Texas Instruments Incorporated.
;  Restricted rights to use, duplicate or disclose this code are
;  granted through contract.
;  
;
; "@(#) DSP/BIOS 4.90.150 04-08-03 (barracuda-m02)"
;
; Simple vector table for use with c54xx
; CSL examples. Note: this is a simple
; example for use in NEAR model only. 
; If your application will use
; DSP/BIOS or RTDX please refer to
; c:\ti\examples\target-dir\rtdx\shared for
; vector table that is compatible with
; that environment, and that addresses FAR/NEAR
; mode and ROMed applications.
;

        .sect ".vectors"
        .def _VECSTART
        .ref _c_int00

_VECSTART:
sintr:
reset:
        b       _c_int00
        nop
        nop

sint16:
nmi:
        b no_isr
        nop
        nop

sint17:
        b no_isr
        nop
        nop

sint18:
      b no_isr
        nop
        nop

sint19:
        b no_isr
        nop
        nop

sint20:
        b no_isr
        nop
        nop

sint21:
        b no_isr
        nop
        nop

sint22:
        b no_isr
        nop
        nop

sint23:
        b no_isr
        nop
        nop

sint24:
        b no_isr
        nop
        nop

sint25:
        b no_isr
        nop
        nop

sint26:
        b no_isr
        nop
        nop

sint27:
        b no_isr
        nop
        nop

sint28:
        b no_isr
        nop
        nop

sint29:
        b no_isr
        nop
        nop

sint30:
        b no_isr
        nop
        nop

sint0:
int0:
        b no_isr
        nop
        nop

sint1:
int1:
        b no_isr
        nop
        nop

sint2:
int2:
        b no_isr
        nop
        nop

sint3:
tint0:
        b no_isr
        nop
        nop

sint4:
rint0:
        b no_isr
        nop
        nop

sint5:
xint0:
        b no_isr
        nop
        nop

sint6:
dmac0:
        b no_isr
        nop
        nop

sint7:
dmac1:
tint1:
        b no_isr
        nop
        nop

sint8:
int3:
        b no_isr
        nop
        nop

sint9:
hpint:
        b no_isr
        nop
        nop

sint10:
dmac2:
rint1:
        b no_isr
        nop
        nop

sint11:
dmac3:
xint1:
        b no_isr
        nop
        nop

sint12:
dmac4:
        b no_isr
        nop
        nop

sint13:
dmac5:
        b no_isr
        nop
        nop

   
      ; Trap unmapped interrupts

        .text
        .def no_isr
no_isr:
        b no_isr

⌨️ 快捷键说明

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