]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/xc16x/subc.s
Add support for the Infineon XC16X.
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / xc16x / subc.s
1 .section .text
2 .global _fun
3 xc16x_subc:
4
5 subc r0,r1
6 subc r0,[r1]
7 subc r0,[r1+]
8 subc r0,#0x2
9 subc r0,#0x43
10 subc r0,0x7643
11 subc 0x7643,r0
12
13
14
15
16
17
18
19