diff options
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 |