UDx instructions are 186+, not 286+

The UDx instructions are valid as far back as the #UD trap, which is
the 186, not the 286.
This commit is contained in:
H. Peter Anvin 2008-05-21 08:41:58 -07:00
parent 52dc353868
commit be5133cb13

View file

@ -1264,11 +1264,11 @@ TEST rm64,imm \324\1\xF7\200\41 X64,SM
TEST mem,imm8 \1\xF6\200\21 8086,SM
TEST mem,imm16 \320\1\xF7\200\31 8086,SM
TEST mem,imm32 \321\1\xF7\200\41 386,SM
UD0 void \2\x0F\xFF 286,UNDOC
UD1 void \2\x0F\xB9 286,UNDOC
UD2B void \2\x0F\xB9 286,UNDOC,ND
UD2 void \2\x0F\x0B 286
UD2A void \2\x0F\x0B 286,ND
UD0 void \2\x0F\xFF 186,UNDOC
UD1 void \2\x0F\xB9 186,UNDOC
UD2B void \2\x0F\xB9 186,UNDOC,ND
UD2 void \2\x0F\x0B 186
UD2A void \2\x0F\x0B 186,ND
UMOV mem,reg8 \360\2\x0F\x10\101 386,UNDOC,SM,ND
UMOV reg8,reg8 \360\2\x0F\x10\101 386,UNDOC,ND
UMOV mem,reg16 \360\320\2\x0F\x11\101 386,UNDOC,SM,ND