nasm/test/inc2.asm
H. Peter Anvin ea6e34db64 NASM 0.91
2002-04-30 20:51:32 +00:00

8 lines
158 B
NASM

; This file is part of the include test.
; See inctest.asm for build instructions.
_main: mov dx,message
mov ah,9
int 21h
mov ax,4c00h
int 21h