diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.rs b/test/test.rs index b88e470..90a1599 100644 --- a/test/test.rs +++ b/test/test.rs @@ -89,6 +89,7 @@ fn test_arithmetic() { test_display(&[0x81, 0xec, 0x10, 0x03, 0x00, 0x00], "sub esp, 0x310"); test_display(&[0x0f, 0xaf, 0xc2], "imul eax, edx"); test_display(&[0x4b, 0x69, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65], "imul rax, [r11 + 0x6f], 0x656c706d"); + test_display(&[0x66, 0x0f, 0xaf, 0xd1], "imul dx, cx"); test_display(&[0x4b, 0x6b, 0x43, 0x6f, 0x6d], "imul al, [r11 + 0x6f], 0x6d"); test_display(&[0x4f, 0x4e, 0x00, 0xcc], "add spl, r9b"); } |