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
outbin: Simplify reverse address computing
[nasm/avx512.git]
/
test
/
weirdpaste.asm
blob
46bfa90a2a10ecf7412161e28f7c4a2d58747ca2
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
15
16
%
macro
df
2
17
%
assign xy __float32__
(%
1
e
+%
2
)
18
dd
xy
19
dd
%
1
e
+%
2
20
%
endmacro
21
22
df
1
,
36
23
df
33
,
20
24
df
0
,
2
25
df
1.2
,
5
26
27
28
%
define N
1
e
%++%+
5
29
dd
N
,
1e+5