summaryrefslogtreecommitdiff
path: root/tokens.dat
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-09-10 23:30:21 +0000
committerH. Peter Anvin <hpa@zytor.com>2007-09-10 23:30:21 +0000
commit6fa5c358b5b5591874a4c2804956b06719ad8360 (patch)
treed909bd33c19aa7318622ea53eb8949b6c2368625 /tokens.dat
parentf5843c614a8c1908f29f11cb196c8467fdf61f0b (diff)
downloadnasm-6fa5c358b5b5591874a4c2804956b06719ad8360.tar.gz
Fix order of token arguments
Order of token arguments was reversed, but tokens.dat wasn't updated accordingly. Fix.
Diffstat (limited to 'tokens.dat')
-rw-r--r--tokens.dat4
1 files changed, 2 insertions, 2 deletions
diff --git a/tokens.dat b/tokens.dat
index ed327bde..6a8a23e5 100644
--- a/tokens.dat
+++ b/tokens.dat
@@ -2,7 +2,7 @@
# Tokens other than instructions and registers
#
-% TOKEN_PREFIX, P_*, 0
+% TOKEN_PREFIX, 0, P_*
a16
a32
lock
@@ -15,7 +15,7 @@ repnz
repz
times
-% TOKEN_SPECIAL, S_*, 0
+% TOKEN_SPECIAL, 0, S_*
abs
byte
dword