12 lines
144 B
Text
12 lines
144 B
Text
# arm testcase for add ${bit10-rd},sp,$word8
|
|
# mach: unfinished
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global lda_sp
|
|
lda_sp:
|
|
add r0,sp,0
|
|
|
|
pass
|