section .data section .text global main main: push ebp mov ebp, esp push 0x30 mov edx, 1 mov ecx, esp mov ebx, 1 mov eax, 4 int 0x80 leave ret