nasm/test/imacro.asm
Victor van den Elzen 1f1f38bcd0 update tests
2008-07-16 12:20:26 +02:00

9 lines
137 B
NASM

;Testname=test; Arguments=-fbin -oimacro.bin; Files=.stdout .stderr imacro.bin
%imacro Zero 1
xor %1,%1
%endmacro
Zero eax
zero eax