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