nasm/travis/test/inc2.asm
Cyrill Gorcunov 34a3e114ae test: nasm-t -- Add inctest
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:46 +03:00

9 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