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
44 68 11 98 58 83 08 52 70 17 05 09
0
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00000000080480a0 Segmentation fault (core dumped)