elf/lib/i386/skel.s
2024-04-06 21:02:47 +03:00

10 lines
112 B
ArmAsm

.text
.globl _start
_start:
call main
movl %eax, %ebx
movl $1, %eax
int $0x80