aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dynasm/dasm_x86.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/dynasm/dasm_x86.lua b/dynasm/dasm_x86.lua
index 8f4228d4..3a535f2f 100644
--- a/dynasm/dasm_x86.lua
+++ b/dynasm/dasm_x86.lua
@@ -1085,6 +1085,7 @@ local map_op = {
1085 shrd_3 = "mriqdw:0FACRmU|mrC/qq:0FADRm|mrC/dd:|mrC/ww:", 1085 shrd_3 = "mriqdw:0FACRmU|mrC/qq:0FADRm|mrC/dd:|mrC/ww:",
1086 1086
1087 rdtsc_0 = "0F31", -- P1+ 1087 rdtsc_0 = "0F31", -- P1+
1088 rdpmc_0 = "0F33", -- P6+
1088 cpuid_0 = "0FA2", -- P1+ 1089 cpuid_0 = "0FA2", -- P1+
1089 1090
1090 -- floating point ops 1091 -- floating point ops