返回信息流#if defined(_GNU_TOOL)
.section .reset, "ax", @progbits
#elif defined(_DIAB_TOOL)
.section .reset, 4, "rx"
#else
#error "Please add a correctly spelled .section directive for your toolchain."
#endif
FUNC_BEGIN(resetVector)
b resetEntry
FUNC_END(resetVector)
红色一行的代码
这是一条镜像帖。来源:北邮人论坛 / embedded-system / #7508同步于 2010/2/2
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Embedded_System机器人发帖
有高手知道这行代码的意思吗
bewithyou
2010/2/2镜像同步3 回复
订阅后,新回复会通过你的通知中心匿名送达。