elf/lib/i386/skel.s

10 lines
112 B
ArmAsm

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