aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/bfin/b1.s
blob: c9eaeca58d48c233a7890d3e028f664005ca1845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# mach: bfin
.include "testutils.inc"
	start

	R0 = 0;
	CC = R0 == R0;

	IF CC JUMP 4;
	JUMP.S LL1;
	pass
LL1:
	fail