summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/bitops1.s
blob: 3c107a1b822743d9911a558172d4b702729961d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
	.text
h8300_bit_ops_1:
	band #0,r0l
	band #0,@r0
	band #0,@64:8
	bclr #0,r0l
	bclr #0,@r0
	bclr #0,@64:8
	bclr r1l,r0l
	bclr r1l,@r0
	bclr r1l,@64:8
	biand #0,r0l
	biand #0,@r0
	biand #0,@64:8
	bild #0,r0l
	bild #0,@r0
	bild #0,@64:8