start.asm
来自「ND-Tech DSP 6713 Motor Control Source」· 汇编 代码 · 共 53 行
ASM
53 行
;------------------------------------------------------------------;
; DSP STAR Reset Vector for C6000 ;
; Copyright (C) 2000-2006 Next Dimension Technology Co., Ltd. ;
; All right reserved. ;
;------------------------------------------------------------------;
.global _c_int00 ; declare _c_int00 to global
.sect .vectors ; store in vector section
reset: B.S2 _c_int00 ; branch _c_int00 when reset
NOP 5
.space 0x18
NMI B.S2 NRP ; branch NRP address when NMI occur
NOP 5
.space 0x58
INT4 B.S2 IRP ; branch IRP address when interrupt occur
NOP 5
.space 0x18
INT5 B.S2 IRP
NOP 5
.space 0x18
INT6 B.S2 IRP
NOP 5
.space 0x18
INT7 B.S2 IRP
NOP 5
.space 0x18
INT8 B.S2 IRP
NOP 5
.space 0x18
INT9 B.S2 IRP
NOP 5
.space 0x18
INT10 B.S2 IRP
NOP 5
.space 0x18
INT11 B.S2 IRP
NOP 5
.space 0x18
INT12 B.S2 IRP
NOP 5
.space 0x18
INT13 B.S2 IRP
NOP 5
.space 0x18
INT14 B.S2 IRP
NOP 5
.space 0x18
INT15 B.S2 IRP
NOP 5
.space 0x18
.end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?