summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/and.cgs
blob: d67adf47533faccc2de81611eab6677830207da5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arm testcase for and $rd,$rs
# mach: unfinished

	.include "testutils.inc"

	start

	.global alu_and
alu_and:
	and r0,r0

	pass