summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/bitops2s.s
blob: 94705201f0dee2f323d6b8a8551612aa94ec24a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
	.h8300s
	.text
h8300s_bit_ops_2:
	bior #0,r0l
	bior #0,@er0
	bior #0,@64:8
	bior #0,@128:16
	bior #0,@65536:32
	bist #0,r0l
	bist #0,@er0
	bist #0,@64:8
	bist #0,@128:16
	bist #0,@65536:32
	bixor #0,r0l
	bixor #0,@er0
	bixor #0,@64:8
	bixor #0,@128:16
	bixor #0,@65536:32
	bld #0,r0l
	bld #0,@er0
	bld #0,@64:8
	bld #0,@128:16
	bld #0,@65536:32