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