aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/bfin/a24.s
blob: 507350f3cf846fac08448f4010568b6be16b0b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# mach: bfin

.include "testutils.inc"
	start

	R0 = 0x1111 (X);
	R0.H = 0x1111;
	A0.x = R0;
	R1 = A0.x;
	DBGA ( R1.L , 0x11 );
	DBGA ( R1.H , 0x0 );
	pass