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