summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/xc16x/or.s
blob: 46deeccd7d8b46c6819d2bee5b39385e9938b6ef (plain)
1
2
3
4
5
6
7
8
9
10
11
       .section .text
       .global _fun
xc16x_or:

	or  r0,r1
	or  r0,[r1]
	or  r0,[r1+]
	or  r0,#3
	or  r0,#0x0234
	or  r0,0x4536
	or  0x4536,r0