📄 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 + -