summaryrefslogtreecommitdiff
path: root/test/inc2.asm
blob: c3ba2f7536a576b82ad23a6ac929713897c86565 (plain)
1
2
3
4
5
6
7
8
; 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