output: macho -- Add support for N_PEXT in macho output
[nasm.git] / test / hexfp.asm
blob02c972f803f1c66e566d06adb500a3baca0cd002
1 ;; BR 3392399
3 ; All of these should be the same value...
4 %macro fp 1
5 %1 0.5
6 %1 5e-1
7 %1 0x1.0p-1
8 %1 0x0.8p0
9 %1 0x0.8
10 %1 0x8p-4
11 %1 0x.8
12 %1 0x1p-1
13 %1 0x0.1p3
14 %1 0x0.01p7
15 %1 0x0.01p7
16 %1 0x0.001p11
18 %endmacro
20 fp do
21 fp dt
22 fp dq
23 fp dd
24 fp dw
25 fp dd