13 lines
156 B
Text
13 lines
156 B
Text
|
# arm testcase for ldr ${bit10-rd},[sp,#$word8]
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global ldr_sprel
|
||
|
ldr_sprel:
|
||
|
ldr r0,[sp,#0]
|
||
|
|
||
|
pass
|