summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mn10300/bit.s
blob: f5c551952b4c19c94fdc0a78b9d69c780b7ac514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.text
	btst 64,d1
	btst 8192,d2
	btst 131071,d3
	btst 64,(8,a1)
	btst 64,(131071)
	bset d1,(a2)
	bset 64,(8,a1)
	bset 64,(131071)
	bclr d1,(a2)
	bclr 64,(8,a1)
	bclr 64,(131071)