xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/greg2.s (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# mach: bfin
2
3.include "testutils.inc"
4	start
5
6	r3.l=0x5678;
7	r3.h=0x1234;
8
9	p5=8;
10
11	p5=r3;
12	p5.l =4;
13
14	r5=p5;
15	dbga( r5.h, 0x1234);
16
17_halt:
18	pass;
19