toaruos/libc/arch/aarch64/crt0.S

10 lines
113 B
ArmAsm
Raw Normal View History

2022-01-23 04:36:46 +03:00
.global _start
.type _start, %function
_start:
mov x4, x0
adr x0, main
mov x3, x0
mov x0, x4
bl pre_main