12 lines
133 B
Text
12 lines
133 B
Text
# arm testcase for ldr $rd,[$rb,$ro]
|
|
# mach: unfinished
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global ldr
|
|
ldr:
|
|
ldr r0,[r0,r0]
|
|
|
|
pass
|