vectors.asm
来自「用2407做的一个小的方波逆变器程序」· 汇编 代码 · 共 11 行
ASM
11 行
.title "vectors.asm"
.ref _nothing,_c_int0,_FatalERR
.sect ".vectors"
RSVECT B _c_int0
int1 B _FatalERR
int2 B _nothing
int3 B _nothing
int4 B _nothing
int5 B _nothing
int6 B _nothing
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?