main.asm
来自「f2812内部spi程序」· 汇编 代码 · 共 28 行
ASM
28 行
.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 + =
减小字号Ctrl + -
显示快捷键?