From c22532de02b9b050c6a6f5a995a33516201d69b1 Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 3 Aug 2020 21:46:30 -0700 Subject: cmc and int1 --- test/long_mode/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs index a359a5c..bd5008c 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -1211,6 +1211,8 @@ fn test_bitwise() { #[test] fn test_misc() { + test_display(&[0xf1], "int 0x1"); + test_display(&[0xf5], "cmc"); test_display(&[0xc8, 0x01, 0x02, 0x03], "enter 0x201, 0x3"); test_display(&[0xc9], "leave"); test_display(&[0xca, 0x12, 0x34], "retf 0x3412"); -- cgit v1.1