; set the first syscall argument to 42 push 0x2a pop edi ; select syscall 60 (sys_exit) push 0x3c pop eax ; sys_exit(42) syscall