From be97f60c41ff46e8b7a894cf5faf67109c3d4288 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 4 Aug 2019 19:12:54 -0700 Subject: decode blx --- test/armv7.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/armv7.rs') diff --git a/test/armv7.rs b/test/armv7.rs index 7715585..13c986e 100644 --- a/test/armv7.rs +++ b/test/armv7.rs @@ -86,6 +86,10 @@ fn test_decode_str_ldr() { #[test] fn test_decode_misc() { test_display( + [0x32, 0xff, 0x2f, 0xe1], + "blx r2" + ); + test_display( [0x02, 0x00, 0xa0, 0xe3], "mov r0, 0x2" ); -- cgit v1.1