13 lines
117 B
Text
13 lines
117 B
Text
|
# arm testcase for bx $hs
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global bx_hs
|
||
|
bx_hs:
|
||
|
bx r8
|
||
|
|
||
|
pass
|