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