mirror of
https://github.com/wiiu-env/fw_img_payload.git
synced 2024-11-16 17:59:19 +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
|