blob: 0a6d9729a7cdaf1c8f7c1e98586eaef68eac7743 [file] [log] [blame]
.globl _start
_start:
call main
movl %eax, %ebx
movl $1, %eax
int $0x80