xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/b1.s (revision 8e33eff89e26cf71871ead62f0d5063e1313c33a)
1# mach: bfin
2.include "testutils.inc"
3	start
4
5	R0 = 0;
6	CC = R0 == R0;
7
8	IF CC JUMP 4;
9	JUMP.S LL1;
10	pass
11LL1:
12	fail
13