summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/logical.s
blob: 3f7e3b7145dc3d3ac9e414ff715431d246e2917e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	.text
h8300_logical:
	and #16,r1l
	and r1l,r1h
	andc #16,ccr
	or #16,r0l
	or r1l,r0l
	orc #16,ccr
	xor #16,r0l
	xor r0l,r1l
	xorc #16,ccr
	neg r0l
	not r0l