vectors.asm
来自「基于TI tms320lf2407 DSP 的卷积算法(编译环境CCS2.20)」· 汇编 代码 · 共 11 行
ASM
11 行
.global _c_int0,_nothing
.sect ".vecs"
reset: b _c_int0 ;复位向量
int1: b _nothing ;ADC,SPI,CAN,SCI,EVA,EVB
int2: b _nothing ;EVA,EVB
int3: b _nothing ;EVA,EVB
int4: b _nothing ;EVA,EVB
int5: b _nothing ;SPI,SCI,CAN
int6: b _nothing ;ADC,EXINT
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?