?? cvectors.asm
字號:
; 該文件利用匯編語言代碼定義了復位和中斷向量
.title "vectors.asm"
.ref _c_int0,_nothing,_adint
.sect ".vectors"
reset: b _c_int0 ; 復位向量
int1: b _adint ; A/D中斷向量
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 + -