haxchi/hbl_loader/crt0.S
FIX94 9cd3d24992 now includes a homebrew launcher loader! credits to the original go to dimok
compiles in once piece now to a directly usable rom.zip
2016-11-10 04:52:25 +01:00

8 lines
80 B
ArmAsm

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