13 lines
156 B
Plaintext
13 lines
156 B
Plaintext
|
# arm testcase for str ${bit10-rd},[sp,#$word8]
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global str_sprel
|
||
|
str_sprel:
|
||
|
str r0,[sp,#0]
|
||
|
|
||
|
pass
|