summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/bitops3h.s
blob: fdeda6090804361ca3cff598982dd64fd7c59b06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	.h8300h
	.text
h8300h_bit_ops_3:
	bnot #0,r0l
	bnot #0,@er0
	bnot #0,@64:8
	bnot r1l,r0l
	bnot r1l,@er0
	bnot r1l,@64:8
	bset #0,r0l
	bset #0,@er0
	bset #0,@64:8
	bset r1l,r0l
	bset r1l,@er0
	bset r1l,@64:8