repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
compiler.h: for newer gcc attributes, we can use __has_attribute()
[nasm.git]
/
test
/
paste.asm
blob
0bc483847547f337805fc3d75b724ac589e29142
1
%
macro
bug
1
-*
2
%
push
foo
3
%
define
%
$v
%
1
4
%
define vv
%
$v_
%+ %
1
5
%%
top_
{%$v}
%
1:
6
mov
eax
,
eax
7
mov
eax
, %%
top_
{%$v}
%
1
8
mov
eax
,
vv
9
%
pop
10
%
endmacro
11
12
bug a