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