diff options
Diffstat (limited to 'test/inc2.asm')
-rw-r--r-- | test/inc2.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/inc2.asm b/test/inc2.asm new file mode 100644 index 0000000..c3ba2f7 --- /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 |