Add support for the Infineon XC16X.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / add.s
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
10
11
12
13
14
15
16
17
This page took 0.046305 seconds and 4 git commands to generate.