haxchi/cfw_booter/crt0.S

8 lines
80 B
ArmAsm
Raw Normal View History

.extern __main
.globl _start
_start:
# jump to our main
b __main