by@ebiyuu1121_
WA
457ms
bits 16 org 0x0ff mov ah, 9 mov dx, msg int 0x21 mov ah, 0x4C mov al, 0 int 0x21 msg db "Hello World!$"
44 14 29 85 28 08 23 99 38 68 27 77
/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