BR 2592476: Treat WAIT as a prefix even though it's really an instruction
commitc2acf7b047492a6d1cbc4ac3aeafc3812fdcc46b
authorH. Peter Anvin <hpa@zytor.com>
Sun, 22 Feb 2009 02:22:56 +0000 (21 18:22 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 22 Feb 2009 02:22:56 +0000 (21 18:22 -0800)
treeb1459da6cf2de42b60b68f3b68f6192fd1840921
parentf8ad53216f09f731cc9440fd599b64eb9ce433d8
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.
assemble.c
disasm.c
insns.dat
nasm.h
nasmlib.c
parser.c
tokens.dat