.model small .stack 256 .code start: mov dl, 'X' mov ah, 2h int 21h ; All programs use the following 3 lines to terminate mov ax, 4c00h int 21h end start
Standard input is empty
prog.asm:1: error: attempt to define a local label before any non-local labels prog.asm:1: error: parser: instruction expected prog.asm:2: error: attempt to define a local label before any non-local labels prog.asm:2: error: parser: instruction expected prog.asm:4: error: attempt to define a local label before any non-local labels prog.asm:17: error: parser: instruction expected
Standard output is empty