diff options
author | iximeow <me@iximeow.net> | 2020-08-03 21:46:30 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-08-09 01:38:57 -0700 |
commit | c22532de02b9b050c6a6f5a995a33516201d69b1 (patch) | |
tree | 93e8966f8279a1086c1425160f3a3b7e34c85c68 /test/long_mode | |
parent | a5268e0276e6f00f357c0b7c99a3b62ba202238f (diff) |
cmc and int1
Diffstat (limited to 'test/long_mode')
-rw-r--r-- | test/long_mode/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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"); |