Add support for the Infineon XC16X.
[binutils.git] / gas / testsuite / gas / xc16x / add.s
blobbab7c0957e3818c40d0e47b1e3527295e0009b34
1 .text
2 xc16x_add:
3 add r0,r1
4 add r0,[r1]
5 add r0,[r1+]
6 add r0,#3
7 add r0,#1234
8 add r0,0xffed
9 add 0xffed,r0