summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/bitops2.s
blob: 3996e5a469ffbd2e03a67c4885ac79e048af33c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.text
h8300_bit_ops_2:
	bior #0,r0l
	bior #0,@r0
	bior #0,@64:8
	bist #0,r0l
	bist #0,@r0
	bist #0,@64:8
	bixor #0,r0l
	bixor #0,@r0
	bixor #0,@64:8
	bld #0,r0l
	bld #0,@r0
	bld #0,@64:8