Add support to GDB for the Renesas rl78 architecture.
[external/binutils.git] / sim / testsuite / sim / bfin / loop_snafu.s
1 # mach: bfin
2
3 .include "testutils.inc"
4         start
5
6         r5=10;
7         p1=r5;
8         r7=20;
9         lsetup (lstart, lend) lc0=p1;
10
11 lstart:
12         nop;
13         nop;
14         nop;
15         nop;
16         jump lend;
17         nop;
18         nop;
19         nop;
20 lend:
21         r7 += -1;
22
23         nop;
24         nop;
25
26         dbga( r7.l,10);
27
28         pass