diff options
Diffstat (limited to 'test/inc1.asm')
-rw-r--r-- | test/inc1.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/inc1.asm b/test/inc1.asm new file mode 100644 index 0000000..0e1058b --- /dev/null +++ b/test/inc1.asm @@ -0,0 +1,6 @@ +; This file is part of the include test. +; See inctest.asm for build instructions. + +message: db 'hello, world',13,10,'$' + +%include "inc2.asm" |