?? main.asm
字號:
.ref _c_int00
.sect "codestart" ;在reset段放置復位向量。reset段在.cmd文件中定義,將其映射到復位向量空間
lb _c_int00
; .sect ".vectors" ;在vectors段中放置出復位以外的其他中斷向量
; .long ERROR ; ISR1 not implemented
; .long ERROR ; ISR2 not implemented
; .long ERROR ; ISR3 not implemented
; .long ERROR ; ISR4 not implemented
; .long ERROR ; ISR5 not implemented
; .long ERROR ; ISR6 not implemented
; .long ERROR ; ISR7 not implemented
; .long ERROR ; ISR8 not implemented
; .long ERROR ; ISR9 not implemented
; .long ERROR ; ISR10 not implemented
; .long ERROR ; ISR11 not implemented
; .long ERROR ; ISR12 not implemented
; .long ERROR ; ISR13 not implemented
; .long ERROR ; ISR14 used by Timer2
; .text
;ERROR: ESTOP0
; IRET
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -