Result

WA

Duration

608ms

Code [DL]

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

stdin

44 68 11
98 58 83
08 52 70
17 05 09

stdout

0

stderr

/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00000000080480a0
Segmentation fault (core dumped)

strace