📄 vectors.asm
字号:
.title "vectors.asm"
.sect ".vectors"
.ref _c_int0
.ref _c_t_int
.ref _nothing
reset: b _c_int0 ;硬件复位中断
int1: b _nothing
int2: b _c_t_int ;定时器中断
int3: b _nothing
int4: b _nothing
int5: b _nothing
int6: b _nothing
.end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -