8 lines
87 B
ArmAsm
8 lines
87 B
ArmAsm
#include <syscall/syscall.h>
|
|
|
|
.extern _premain
|
|
|
|
.global _start
|
|
_start:
|
|
call _premain
|