by@__dAi00
WA
608ms
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
13 66 36 01 15 99 36 01 63 41 99 89
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00000000080480a0 Segmentation fault (core dumped)