diff options
Diffstat (limited to 'test/arch/x86/arch.py')
| -rw-r--r-- | test/arch/x86/arch.py | 3 |
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"), |