.model small .stack 64 .data .code .startup mov dl,'S' disp proc mov ah,2 int 21h disp endp .exit end
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:3: error: attempt to define a local label before any non-local labels prog.asm:4: error: attempt to define a local label before any non-local labels prog.asm:5: error: attempt to define a local label before any non-local labels prog.asm:10: error: parser: instruction expected prog.asm:13: error: symbol `disp' redefined prog.asm:13: error: parser: instruction expected
Standard output is empty