aboutsummaryrefslogtreecommitdiffstats
path: root/test/imacro.asm
blob: bc397cc3229917359a7955e46544d3c402837675 (plain)
1
2
3
4
5
6
7
8
;Testname=test; Arguments=-fbin -oimacro.bin; Files=stdout stderr imacro.bin

%imacro Zero 1
	xor %1,%1
%endmacro

	Zero eax
	zero eax