mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-30 16:41:05 +08:00
tokens.dat: Data file containing alphanumeric tokens not in other .dats
This commit is contained in:
parent
e9d1a97b88
commit
6efa472d21
38
tokens.dat
Normal file
38
tokens.dat
Normal file
@ -0,0 +1,38 @@
|
||||
#
|
||||
# Tokens other than instructions and registers
|
||||
#
|
||||
|
||||
% TOKEN_PREFIX, P_*
|
||||
a16
|
||||
a32
|
||||
lock
|
||||
o16
|
||||
o32
|
||||
rep
|
||||
repe
|
||||
repne
|
||||
repnz
|
||||
repz
|
||||
times
|
||||
|
||||
% TOKEN_SPECIAL, S_*
|
||||
abs
|
||||
byte
|
||||
dword
|
||||
far
|
||||
long
|
||||
near
|
||||
nosplit
|
||||
qword
|
||||
rel
|
||||
short
|
||||
strict
|
||||
to
|
||||
tword
|
||||
word
|
||||
|
||||
% TOKEN_SEG
|
||||
seg
|
||||
|
||||
% TOKEN_WRT
|
||||
wrt
|
Loading…
Reference in New Issue
Block a user