mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
test: add a test for %imacro
Add a test for case-insensitive matching of %imacro.
This commit is contained in:
6
test/imacro.asm
Normal file
6
test/imacro.asm
Normal file
@@ -0,0 +1,6 @@
|
||||
%imacro Zero 1
|
||||
xor %1,%1
|
||||
%endmacro
|
||||
|
||||
Zero eax
|
||||
zero eax
|
Reference in New Issue
Block a user