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