?? vectors.asm
字號:
.title "vectors.asm"
.ref _c_int0, _nothing
.ref _timer1a
.sect ".vectors"
reset: b _c_int0
int1: b _nothing
int2: b _timer1a
int3: b _nothing
int4: b _nothing
int5: b _nothing
int6: b _nothing
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -