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