Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / xc16x / addc.s
1         .section .text
2         .global _fun
3 xc16x_add:
4
5         addc r0,r1
6         addc r0,[r1]
7         addc r0,[r1+]
8         addc r0,#0x34
9         addc r0,#0x3456
10         addc r0,0x2387
11         addc 0x2387,r0