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