about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2016-06-17 09:11:54 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2016-06-19 12:05:28 +0200
commita3b32c6910857b2f1249e94cceb7d4c13bb6c802 (patch)
tree1742b56a2910b413f57c58ee31a61870950a2168 /test/arch/x86/arch.py
parent8134c3b0c08889a7cf3d8c991bd6bc305b950b7d (diff)
downloadmiasm-a3b32c6910857b2f1249e94cceb7d4c13bb6c802.tar.gz
miasm-a3b32c6910857b2f1249e94cceb7d4c13bb6c802.zip
X86: add no_rex/fix xchg
Diffstat (limited to 'test/arch/x86/arch.py')
-rw-r--r--test/arch/x86/arch.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 9a7f3d8a..db242236 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -2224,6 +2224,9 @@ reg_tests = [
     (m32, "00000000    NOP",
      "90"),
 
+    (m64, "00000000    XCHG       RAX, R8",
+     "4990"),
+
 
     (m32, "00000000    XCHG       BYTE PTR [EAX], AL",
      "8600"),