diff options
Diffstat (limited to 'test/protected_mode')
| -rw-r--r-- | test/protected_mode/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/protected_mode/mod.rs b/test/protected_mode/mod.rs index d5533cc..800c5ec 100644 --- a/test/protected_mode/mod.rs +++ b/test/protected_mode/mod.rs @@ -2500,6 +2500,8 @@ fn test_adx() { #[test] fn test_prefetchw() { test_display(&[0x0f, 0x0d, 0x08], "prefetchw zmmword [eax]"); + test_display(&[0x0f, 0x0d, 0x00], "nop zmmword [eax]"); + test_invalid(&[0x0f, 0x0d, 0xc0]); } #[test] |
