summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/xc16x/xor.s
blob: bdc83d73e237e632670488bde395c6fc26c4d091 (plain)
1
2
3
4
5
6
7
8
9
10
       .section .text
       .global _fun
xc16x_or:
	xor  r0,r1
	xor  r0,[r1]
	xor  r0,[r1+]
	xor  r0,#3
	xor  r0,#0x0234
	xor  r0,0x0234
	xor  0x0234,r0