From 959c61e28e05a37aa19cc226d0f5b525610d47d7 Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 3 Aug 2020 00:50:18 -0700 Subject: long instructions --- test/long_mode/mod.rs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test/long_mode/mod.rs') diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs index 7c4c5fa..0d81d02 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -1107,6 +1107,18 @@ fn test_control_flow() { } #[test] +fn bad_instructions() { + // too long + test_invalid(&[ + 0x2e, 0x2e, 0x2e, 0x2e, + 0x2e, 0x2e, 0x2e, 0x2e, + 0x2e, 0x2e, 0x2e, 0x2e, + 0x2e, 0x2e, 0x2e, 0x2e, + 0x33, 0xc0, + ]); +} + +#[test] fn test_test_cmp() { test_display(&[0xf6, 0x05, 0x2c, 0x9b, 0xff, 0xff, 0x01], "test [rip - 0x64d4], 0x1"); test_display(&[0x48, 0x3d, 0x01, 0xf0, 0xff, 0xff], "cmp rax, -0xfff"); -- cgit v1.1