mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-14 12:25:10 +01:00
9cd3d24992
compiles in once piece now to a directly usable rom.zip
8 lines
80 B
ArmAsm
8 lines
80 B
ArmAsm
|
|
.extern __main
|
|
.globl _start
|
|
|
|
_start:
|
|
# jump to our main
|
|
b __main
|