?? vectors.asm
字號:
;*********************************************************************
; File Name: vectors.asm (Version 0.1)
;復位和中斷向量文件
.title " vectors.asm"
.ref _c_int0,_nothing
.sect ".vectors"
reset: b _c_int0
int1: b _nothing
int2: b _nothing
int3: b _nothing
int4: b _nothing
int5: b _nothing
int6: b _nothing
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -