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

	addc r0,r1
	addc r0,[r1]
	addc r0,[r1+]
	addc r0,#0x34
	addc r0,#0x3456
	addc r0,0x2387
	addc 0x2387,r0