diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-05-15 22:27:48 +0100 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-05-15 22:27:48 +0100 |
commit | b9fad1ab2ad3bd87bff05c4688c978d582ada438 (patch) | |
tree | 4a373f8dd867d20e67510de7cfe447a4b58c1a70 /test/imacro.asm | |
parent | 65c26d26fb72cec0d43d199c72ed27513d17f4c9 (diff) | |
download | nasm-b9fad1ab2ad3bd87bff05c4688c978d582ada438.tar.gz nasm-b9fad1ab2ad3bd87bff05c4688c978d582ada438.tar.bz2 nasm-b9fad1ab2ad3bd87bff05c4688c978d582ada438.zip |
Upstream version 2.08rc7
Diffstat (limited to 'test/imacro.asm')
-rw-r--r-- | test/imacro.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/imacro.asm b/test/imacro.asm new file mode 100644 index 0000000..bc397cc --- /dev/null +++ b/test/imacro.asm @@ -0,0 +1,8 @@ +;Testname=test; Arguments=-fbin -oimacro.bin; Files=stdout stderr imacro.bin + +%imacro Zero 1 + xor %1,%1 +%endmacro + + Zero eax + zero eax |