summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/bitops3.s
blob: 78c9bfb482e3201f1a15bb43a40961b50839416a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.text
h8300_bit_ops_3:
	bnot #0,r0l
	bnot #0,@r0
	bnot #0,@64:8
	bnot r1l,r0l
	bnot r1l,@r0
	bnot r1l,@64:8
	bset #0,r0l
	bset #0,@r0
	bset #0,@64:8
	bset r1l,r0l
	bset r1l,@r0
	bset r1l,@64:8