diff options
author | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:52:20 +0900 |
---|---|---|
committer | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:52:20 +0900 |
commit | e6c15f0e49b4ea41b5c5eb36457db0127ec901fc (patch) | |
tree | 996be9095a97ff2aac0d98963b6044d47a0ec60c /test/inc1.asm | |
parent | 65c26d26fb72cec0d43d199c72ed27513d17f4c9 (diff) | |
download | nasm-e6c15f0e49b4ea41b5c5eb36457db0127ec901fc.tar.gz nasm-e6c15f0e49b4ea41b5c5eb36457db0127ec901fc.tar.bz2 nasm-e6c15f0e49b4ea41b5c5eb36457db0127ec901fc.zip |
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" |