summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/strb-imm.cgs
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/arm/thumb/strb-imm.cgs')
-rw-r--r--sim/testsuite/sim/arm/thumb/strb-imm.cgs12
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/testsuite/sim/arm/thumb/strb-imm.cgs b/sim/testsuite/sim/arm/thumb/strb-imm.cgs
new file mode 100644
index 00000000000..2b5bcf7ff7e
--- /dev/null
+++ b/sim/testsuite/sim/arm/thumb/strb-imm.cgs
@@ -0,0 +1,12 @@
+# arm testcase for strb $rd,[$rb,#$offset5]
+# mach: unfinished
+
+ .include "testutils.inc"
+
+ start
+
+ .global strb_imm
+strb_imm:
+ strb r0,[r0,#0]
+
+ pass