diff options
Diffstat (limited to 'test/inc1.asm')
-rw-r--r-- | test/inc1.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/inc1.asm b/test/inc1.asm index e9e5819..0e1058b 100644 --- a/test/inc1.asm +++ b/test/inc1.asm @@ -2,3 +2,5 @@ ; See inctest.asm for build instructions. message: db 'hello, world',13,10,'$' + +%include "inc2.asm" |