12 lines
133 B
Text
12 lines
133 B
Text
# arm testcase for str $rd,[$rb,$ro]
|
|
# mach: unfinished
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global str
|
|
str:
|
|
str r0,[r0,r0]
|
|
|
|
pass
|