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
BR 2148448: Fix RIP-relative addressing with an immediate
[nasm.git]
/
tokens.dat
blob
128bc67020970e4fd0407540012d9b8ecb1bb023
1
#
2
# Tokens other than instructions and registers
3
#
4
5
%
TOKEN_PREFIX
,
0
,
P_
*
6
a16
7
a32
8
a64
9
asp
10
lock
11
o16
12
o32
13
o64
14
osp
15
rep
16
repe
17
repne
18
repnz
19
repz
20
times
21
22
%
TOKEN_SPECIAL
,
0
,
S_
*
23
abs
24
byte
25
dword
26
far
27
long
28
near
29
nosplit
30
oword
31
qword
32
rel
33
short
34
strict
35
to
36
tword
37
word
38
yword
39
40
%
TOKEN_FLOAT
,
0
,
0
41
__infinity__
42
__nan__
43
__qnan__
44
__snan__
45
46
%
TOKEN_FLOATIZE
,
0
,
FLOAT_
{
__float
*
__
}
47
__float8__
48
__float16__
49
__float32__
50
__float64__
51
__float80m__
52
__float80e__
53
__float128l__
54
__float128h__
55
56
%
TOKEN_STRFUNC
,
0
,
STRFUNC_
{
__
*
__
}
57
__utf16__
58
__utf32__
59
60
%
TOKEN_
*,
0
,
0
61
seg
62
wrt