by@ebiyuu1121_
WA
469ms
bits 16 org 0x100 mov ah, 09h mov dx, msg int 21h mov ah, 4ch mov al, 0 int 21h msg db "Hello, World!$"
67 07 04 50 86 09 01 93 49 99 99 71
/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