summaryrefslogtreecommitdiff
path: root/test/inc2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/inc2.asm')
-rw-r--r--test/inc2.asm8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/inc2.asm b/test/inc2.asm
new file mode 100644
index 00000000..c3ba2f75
--- /dev/null
+++ b/test/inc2.asm
@@ -0,0 +1,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