xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/acp5_19.s (revision 0a3071956a3a9fdebdbf7f338cf2d439b45fc728)
1# mach: bfin
2
3.include "testutils.inc"
4	start
5
6	r0.h=0xa5a5;
7	r0.l=0xffff;
8	a0 = 0;
9	r0=a0.x;
10	dbga(r0.h, 0x0000);
11	dbga(r0.l, 0x0000);
12	pass;
13