13 lines
151 B
Plaintext
13 lines
151 B
Plaintext
|
# arm testcase for strb $rd,[$rb,#$offset5]
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global strb_imm
|
||
|
strb_imm:
|
||
|
strb r0,[r0,#0]
|
||
|
|
||
|
pass
|