Support binary and octal floating-point
[nasm.git] / tokens.dat
blobeb7fa1158618a22f82c0228fa837d0e94a545aae
2 # Tokens other than instructions and registers
5 % TOKEN_PREFIX, 0, P_*
6 a16
7 a32
8 lock
9 o16
10 o32
11 rep
12 repe
13 repne
14 repnz
15 repz
16 times
18 % TOKEN_SPECIAL, 0, S_*
19 abs
20 byte
21 dword
22 far
23 long
24 near
25 nosplit
26 oword
27 qword
28 rel
29 short
30 strict
32 tword
33 word
35 % TOKEN_FLOAT, 0, 0
36 __infinity__
37 __nan__
38 __qnan__
39 __snan__
41 % TOKEN_FLOATIZE, 0, FLOAT_{__float*__}
42 __float16__
43 __float32__
44 __float64__
45 __float80m__
46 __float80e__
47 __float128l__
48 __float128h__
50 % TOKEN_*, 0, 0
51 seg
52 wrt