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