xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/a24.s (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# mach: bfin
2
3.include "testutils.inc"
4	start
5
6	R0 = 0x1111 (X);
7	R0.H = 0x1111;
8	A0.x = R0;
9	R1 = A0.x;
10	DBGA ( R1.L , 0x11 );
11	DBGA ( R1.H , 0x0 );
12	pass
13