15 lines
162 B
Plaintext
15 lines
162 B
Plaintext
|
# arm testcase for lsr $rd,$rs,#$offset5
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global lsr
|
||
|
lsr:
|
||
|
lsr r0,r0,#0
|
||
|
|
||
|
# FIXME: Also lsr $rd,$rs
|
||
|
|
||
|
pass
|