diff options
Diffstat (limited to 'tests/armv7')
-rw-r--r-- | tests/armv7/thumb.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/armv7/thumb.rs b/tests/armv7/thumb.rs index be5434f..dc912a6 100644 --- a/tests/armv7/thumb.rs +++ b/tests/armv7/thumb.rs @@ -490,6 +490,10 @@ fn test_decode_adr_cases() { #[test] fn test_decode_bcc_cases() { test_display( + &[0xfe, 0xe7], + "b $-0x4" + ); + test_display( &[0x80, 0x47], "blx r0" ); |