mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
37 lines
252 B
Plaintext
37 lines
252 B
Plaintext
#
|
|
# Tokens other than instructions and registers
|
|
#
|
|
|
|
% TOKEN_PREFIX, 0, P_*
|
|
a16
|
|
a32
|
|
lock
|
|
o16
|
|
o32
|
|
rep
|
|
repe
|
|
repne
|
|
repnz
|
|
repz
|
|
times
|
|
|
|
% TOKEN_SPECIAL, 0, S_*
|
|
abs
|
|
byte
|
|
dword
|
|
far
|
|
long
|
|
near
|
|
nosplit
|
|
qword
|
|
rel
|
|
short
|
|
strict
|
|
to
|
|
tword
|
|
word
|
|
|
|
% TOKEN_*, 0, 0
|
|
seg
|
|
wrt
|