aboutsummaryrefslogtreecommitdiffstats
path: root/travis/test/imacro.asm
blob: 252a67de7760593685163a26d242b6fe40852ad7 (plain)
1
2
3
4
5
6
%imacro Zero 1
	xor %1,%1
%endmacro

	Zero eax
	zero eax