summaryrefslogtreecommitdiff
path: root/tokens.dat
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-02-21 18:22:56 -0800
committerH. Peter Anvin <hpa@zytor.com>2009-02-21 18:22:56 -0800
commitc2acf7b047492a6d1cbc4ac3aeafc3812fdcc46b (patch)
treeb1459da6cf2de42b60b68f3b68f6192fd1840921 /tokens.dat
parentf8ad53216f09f731cc9440fd599b64eb9ce433d8 (diff)
downloadnasm-c2acf7b047492a6d1cbc4ac3aeafc3812fdcc46b.tar.gz
nasm-c2acf7b047492a6d1cbc4ac3aeafc3812fdcc46b.tar.bz2
nasm-c2acf7b047492a6d1cbc4ac3aeafc3812fdcc46b.zip
BR 2592476: Treat WAIT as a prefix even though it's really an instruction
WAIT is technically an instruction, but from an assembler standpoint it behaves as if it had been a prefix. In particular, it has to be ordered *before* any real hardware prefixes.
Diffstat (limited to 'tokens.dat')
-rw-r--r--tokens.dat1
1 files changed, 1 insertions, 0 deletions
diff --git a/tokens.dat b/tokens.dat
index 128bc67..ff2946b 100644
--- a/tokens.dat
+++ b/tokens.dat
@@ -18,6 +18,7 @@ repne
repnz
repz
times
+wait
% TOKEN_SPECIAL, 0, S_*
abs