From a676075b51bbac7ff28e6155dcdfe5edeb883967 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 28 Jun 2008 18:32:16 -0700 Subject: [PATCH] test: add a test for %imacro Add a test for case-insensitive matching of %imacro. --- test/imacro.asm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/imacro.asm diff --git a/test/imacro.asm b/test/imacro.asm new file mode 100644 index 0000000..252a67d --- /dev/null +++ b/test/imacro.asm @@ -0,0 +1,6 @@ +%imacro Zero 1 + xor %1,%1 +%endmacro + + Zero eax + zero eax -- 2.7.4