diff options
Diffstat (limited to 'tests/armv7/mod.rs')
-rw-r--r-- | tests/armv7/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/armv7/mod.rs b/tests/armv7/mod.rs index a60b50a..59dea7c 100644 --- a/tests/armv7/mod.rs +++ b/tests/armv7/mod.rs @@ -298,6 +298,9 @@ fn test_data_imm() { #[test] fn test_decode_misc() { + test_display([0xfe, 0xff, 0xff, 0xea], "b $+0x0"); + test_display([0xfd, 0xff, 0xff, 0xeb], "bl $-0x4"); + test_display([0x13, 0x8d, 0x04, 0xea], "b $+0x123454"); test_armv5([0x32, 0xff, 0x2f, 0xe1], "blx r2"); test_display( [0x13, 0x5f, 0x6f, 0xe1], |