libctru/sdmc/source/crt0.s
smea fce1a24dbf FS : renamed FSUSER_OpenFile to FSUSER_OpenFileDirectly; added FSUSER_OpenArchive
SDMC : added fs:USER example for loading from SDMC; requires proper exheader
2014-01-24 23:33:46 +01:00

13 lines
117 B
ArmAsm

.section ".text"
.arm
.align 4
.global _init
.global _start
_start:
blx __libc_init_array
blx main
_init:
bx lr