view nasmbuild/nasm-2.13rc9/test/paste.asm @ 10714:0350bdce1ab8

<rdococ> revert
author HackBot
date Sun, 16 Apr 2017 15:59:43 +0000
parents 587a0a262d22
children
line wrap: on
line source

%macro bug 1-*
	%push foo
		%define %$v %1
		%define vv %$v_ %+ %1
		%%top_{%$v}%1:
		mov eax, eax
		mov eax, %%top_{%$v}%1
		mov eax, vv
	%pop
%endmacro

bug a