.text .global _startup .func _startup _startup: mov r0, #0 mov r1, #0 ldr lr, =__back b main __back: b __back .endfunc .end