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