summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/bfin/expected_move_errors.s
blob: d73525f935e02228f51866f1f4ec006b39ec3a52 (plain)
1
2
3
4
5
6
	.text

	R0.L = A1;
	R0.H = A0;
	R0 = A1;
	R1 = A0;