13 lines
155 B
Plaintext
13 lines
155 B
Plaintext
|
# arm testcase for strh $rd,[$rb,#${offset5-6}]
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global strh_imm
|
||
|
strh_imm:
|
||
|
strh r0,[r0,#0]
|
||
|
|
||
|
pass
|