vectors.asm
来自「对BOOST电路采用pi控制」· 汇编 代码 · 共 13 行
ASM
13 行
;该文件利用汇编语言代码定义了复位和中断向量
.title "vectors.asm"
.ref _c_int0,_nothing,_t3int
.sect ".vectors"
reset: b _c_int0 ; 复位向量
int1: b _nothing
int2: b _t3int ;TIMER2中断向量
int3: b _nothing
int4: b _nothing
int5: b _nothing
int6: b _nothing
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?