haxchi/dsrom/vwii_loader/crt0.S
FIX94 8492589988
-added vwii boot option to cbhc
-made installer more stable on exit
2017-01-13 02:52:57 +01:00

8 lines
80 B
ArmAsm

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