21,618
社区成员
发帖
与我相关
我的任务
分享.text
.golbal _start
_start:
ldr r0,=0x530000
mov r1,#0x0
str r1,[r0]
ldr sp,=1024*4
bl main
halt_loop:
b halt_loop