data/method/gdb/gdb-13.2/sim/testsuite/arm/thumb/str.cgs

13 lines
133 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
# arm testcase for str $rd,[$rb,$ro]
# mach: unfinished
.include "testutils.inc"
start
.global str
str:
str r0,[r0,r0]
pass