aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/v850eq-elf/t-bsw.s
blob: ed2c91ba0e4041bc9712b034536a76ffa765aa55 (plain)
1
2
3
4
5
6
7
8
9
10
.include "t-macros.i"

	start

	load r2 0x11223344
test_bsw:
	bsw r2
	check1 r2 0x44332211

	exit0