13 lines
132 B
Plaintext
13 lines
132 B
Plaintext
|
# arm testcase for add sp,#$sword7
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global add_sp
|
||
|
add_sp:
|
||
|
add sp,#0
|
||
|
|
||
|
pass
|