haxchi/haxchi_code/source/crt0.s

9 lines
82 B
ArmAsm
Raw Normal View History

2016-11-07 02:11:18 +01:00
.section ".init"
.align 4
.extern _main
.type _main, %function
_start:
b _main