摘要: 参考 一般在.s文件中通过类似如下代码来跳入__main中,也就是$Sub$$main函数中: ; reset Vector table address. LDR R0, =0xE000ED08 STR R2, [R0] LDR R0, =SystemInit BLX R0 LDR R0, =__m 阅读全文
posted @ 2024-09-30 18:05 yinsua 阅读(244) 评论(0) 推荐(0)