summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/bfin/simple0.s
blob: 956ce111d1b87004929ab79249f0d0ec491c42d7 (plain)
1
2
3
4
5
6
7
8
9
10
# mach: bfin

.include "testutils.inc"
	start


	R0 = 5;
	R0 += -1;
	DBGA ( R0.L , 4 );
	pass