Add support for the Infineon XC16X.
[binutils.git] / gas / testsuite / gas / xc16x / sub.s
blob5baad828e099cd413329b6b9c5ca3e925d7ef8d3
1 .section .text
2 .global _fun
3 xc16x_sub:
5 sub r0,r1
6 sub r0,[r1]
7 sub r0,[r1+]
8 sub r0,#0x1
9 sub r0,#0x7643
10 sub r0,0x7643
11 sub 0x7643,r0