mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-16 21:29:17 +01:00
9 lines
82 B
ArmAsm
9 lines
82 B
ArmAsm
|
.section ".init"
|
||
|
.align 4
|
||
|
|
||
|
.extern _main
|
||
|
.type _main, %function
|
||
|
|
||
|
_start:
|
||
|
b _main
|