Upload Tizen:Base source
[external/binutils.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