14 lines
164 B
Text
14 lines
164 B
Text
# arm testcase for cmp ${bit10-rd},#$offset8
|
|
# mach: unfinished
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global cmp
|
|
cmp:
|
|
cmp r0,#0
|
|
|
|
# FIXME: Also: cmp $rd,$rs
|
|
|
|
pass
|