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