repo.or.cz
/
nasm
/
avx512.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Document preprocessor token concatenation fix.
[nasm/avx512.git]
/
test
/
weirdpaste.asm
blob
c6e98150dfa36ac3fafa76c4db43cddcfcb3dfa2
1
;Testname=preproc; Arguments=-E; Files=stdout stderr
2
;Testname=bin; Arguments=-fbin -oweirdpaste.bin; Files=stdout stderr weirdpaste.bin
3
4
%
define foo xyzzy
5
%
define bar
1e+10
6
7
%
define xyzzy1e
15
8
9
%
macro
dx
2
10
%
assign xx
%
1
%
2
11
dw
xx
12
%
endmacro
13
14
dx
foo
,
bar