elf/lib/amd64/skel.s

9 lines
89 B
ArmAsm

.text
.globl _start
_start:
call main
mov %rax, %rdi
call exit