_start: mov 1, %eax ;# _exit mov 42, %ebx ;# return code int $0x80 ;# syscall .end