1# arm testcase for bx $hs 2# mach: unfinished 3 4 .include "testutils.inc" 5 6 start 7 8 .global bx_hs 9bx_hs: 10 bx r8 11 12 pass 13