test: add a test for %imacro
authorH. Peter Anvin <hpa@zytor.com>
Sun, 29 Jun 2008 01:32:16 +0000 (18:32 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 29 Jun 2008 01:32:16 +0000 (18:32 -0700)
Add a test for case-insensitive matching of %imacro.

test/imacro.asm [new file with mode: 0644]

diff --git a/test/imacro.asm b/test/imacro.asm
new file mode 100644 (file)
index 0000000..252a67d
--- /dev/null
@@ -0,0 +1,6 @@
+%imacro Zero 1
+       xor %1,%1
+%endmacro
+
+       Zero eax
+       zero eax