haxchi/option_select/crt0.S

10 lines
95 B
ArmAsm

.extern __main
.globl _start
_start:
# jump to our main
bl __main
mtlr r3
blr