summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-09-24 15:56:02 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-09-24 15:56:02 -0700
commit415c7ced1dcdecf49966037fb38210634fc49008 (patch)
tree568c02b3fc815b14ce598320e86e4707dde10955
parentea1a81b16ec1af30cb08e29d653a4a309b709675 (diff)
downloadnasm-415c7ced1dcdecf49966037fb38210634fc49008.tar.gz
insns.dat: SMINT - mark ND, DMINT - fix opcode
Fix the opcode for DMINT (0F 39); mark SMINT (0F 38) as ND since 0F 38 is used as a prefix by newer processors.
-rw-r--r--insns.dat4
1 files changed, 2 insertions, 2 deletions
diff --git a/insns.dat b/insns.dat
index 0e197e83..b7a45a3e 100644
--- a/insns.dat
+++ b/insns.dat
@@ -300,7 +300,7 @@ DIV rm8 \1\xF6\206 8086
DIV rm16 \320\1\xF7\206 8086
DIV rm32 \321\1\xF7\206 386
DIV rm64 \324\1\xF7\206 X64
-DMINT void \2\x0F\x38 P6,CYRIX
+DMINT void \2\x0F\x39 P6,CYRIX
EMMS void \2\x0F\x77 PENT,MMX
ENTER imm,imm \1\xC8\30\25 186
EQU imm \0 8086
@@ -1135,7 +1135,7 @@ SLDT reg16 \320\1\x0F\170\200 286
SLDT reg32 \321\1\x0F\170\200 386
SKINIT void \3\x0F\x01\xDE X64
SMI void \1\xF1 386,UNDOC
-SMINT void \2\x0F\x38 P6,CYRIX
+SMINT void \2\x0F\x38 P6,CYRIX,ND
; Older Cyrix chips had this; they had to move due to conflict with MMX
SMINTOLD void \2\x0F\x7E 486,CYRIX,ND
SMSW mem \2\x0F\x01\204 286