From 6efa472d21fff1e589acd4606e863afa581a7e1e Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 30 Aug 2007 21:47:46 +0000 Subject: [PATCH] tokens.dat: Data file containing alphanumeric tokens not in other .dats --- tokens.dat | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tokens.dat diff --git a/tokens.dat b/tokens.dat new file mode 100644 index 00000000..a2dee120 --- /dev/null +++ b/tokens.dat @@ -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