summaryrefslogtreecommitdiff
path: root/test/evalmacro.asm
blob: 0dd668dd04a146d51efb6a05fc7ebd433ff108f1 (plain)
1
2
3
4
%define tonum(=x) x

	dd tonum(1+3)
	dd tonum(5*7)