mirror of
https://github.com/wiiu-env/MochaLite.git
synced 2024-11-01 02:25:10 +01:00
10 lines
87 B
ArmAsm
10 lines
87 B
ArmAsm
.section ".init"
|
|
.arm
|
|
.align 4
|
|
|
|
.extern _main
|
|
.type _main, %function
|
|
|
|
_start:
|
|
b _main
|