.global _start _start: movl $11, %eax leal _cmd, %ebx int $0x80 _cmd: .ascii "/bin/sh" .byte 0