summaryrefslogtreecommitdiff
path: root/test/imacro.asm
blob: 0db9e6289edf128bf2428b47be9d42aafc51d7fd (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