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

13 66 36
01 15 99
36 01 63
41 99 89

stdout

stderr

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

strace