summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/xc16x/and.s
blob: 14e9c7e8b689074015aea4939b4fad17a62e0a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.section .text
.global  _fun

xc16x_and:

	and r0,r1
	and r0,[r1]
	and r0,[r1+]
	and r0,#3
	and r0,#0xfcbe
	and r0,0x0230
	and 0x320,r0