xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/b1.s (revision 345cf9fb81bd0411c53e25d62cd93bdcaa865312)
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