mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
test: add a test for %imacro
Add a test for case-insensitive matching of %imacro.
This commit is contained in:
parent
edc510a115
commit
a676075b51
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
|
Loading…
x
Reference in New Issue
Block a user