summaryrefslogtreecommitdiff
path: root/test/inc1.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/inc1.asm')
-rw-r--r--test/inc1.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/inc1.asm b/test/inc1.asm
new file mode 100644
index 00000000..e9e5819b
--- /dev/null
+++ b/test/inc1.asm
@@ -0,0 +1,4 @@
+; This file is part of the include test.
+; See inctest.asm for build instructions.
+
+message: db 'hello, world',13,10,'$'