mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04: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