13 lines
117 B
Text
13 lines
117 B
Text
|
# arm testcase for bx $rs
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global bx_rs
|
||
|
bx_rs:
|
||
|
bx r0
|
||
|
|
||
|
pass
|