NASM 2.06rc10
[nasm/avx512.git] / test / weirdpaste.asm
blobc6e98150dfa36ac3fafa76c4db43cddcfcb3dfa2
1 ;Testname=preproc; Arguments=-E; Files=stdout stderr
2 ;Testname=bin; Arguments=-fbin -oweirdpaste.bin; Files=stdout stderr weirdpaste.bin
4 %define foo xyzzy
5 %define bar 1e+10
7 %define xyzzy1e 15
9 %macro dx 2
10 %assign xx %1%2
11 dw xx
12 %endmacro
14 dx foo, bar