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