push 0x2a pop edi push 0x3c pop eax db 0x0f, 0x05 ; invalid?
; set the first syscall argument to 42 push 0x2a pop edi ; select syscall 60 (sys_exit) push 0x3c pop eax ; sys_exit(42) syscall