12 lines
137 B
Text
12 lines
137 B
Text
# arm testcase for add $rd,$rs,#$offset3
|
|
# mach: unfinished
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global addi
|
|
addi:
|
|
add r0,r0,#0
|
|
|
|
pass
|