Result

WA

Duration

469ms

Code [DL]

bits 16
org 0x100
 
mov ah, 09h
mov dx, msg
int 21h

mov ah, 4ch
mov al, 0
int 21h

msg db "Hello, World!$"

stdin

67 07 04
50 86 09
01 93 49
99 99 71

stdout

stderr

/tmp/code.asm:2: error: parser: instruction expected
gcc: error: /tmp/code.o: No such file or directory
gcc: fatal error: no input files
compilation terminated.
/bin/script: 16: /bin/script: /tmp/code: not found
rm: cannot remove '/tmp/code.o': No such file or directory
rm: cannot remove '/tmp/code': No such file or directory

strace