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
Merge remote-tracking branch 'github/nasm-2.15.xx'
[nasm.git]
/
test
/
hexfp.asm
blob
02c972f803f1c66e566d06adb500a3baca0cd002
1
;; BR 3392399
2
3
; All of these should be the same value...
4
%
macro
fp
1
5
%
1 0.5
6
%
1 5e-1
7
%
1 0x1.0
p
-
1
8
%
1 0x0.8
p0
9
%
1 0x0.8
10
%
1 0x8
p
-
4
11
%
1 0
x
.8
12
%
1 0x1
p
-
1
13
%
1 0x0.1
p3
14
%
1 0x0.01
p7
15
%
1 0x0.01
p7
16
%
1 0x0.001
p11
17
18
%
endmacro
19
20
fp do
21
fp
dt
22
fp
dq
23
fp
dd
24
fp
dw
25
fp
dd