mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-17 05:39:16 +01:00
3c6dadb2a6
-added system reload patches to CBHC, thanks to dimok for patch location and elf patcher!
10 lines
87 B
ArmAsm
10 lines
87 B
ArmAsm
.section ".init"
|
|
.arm
|
|
.align 4
|
|
|
|
.extern _main
|
|
.type _main, %function
|
|
|
|
_start:
|
|
b _main
|