merge from gcc
[external/binutils.git] / gas / testsuite / gas / xc16x / addcb.s
1         .section .text
2         .global _fun
3 xc16x_add:
4
5         addcb rl0,rl1
6         addcb rl0,[r1]
7         addcb rl0,[r1+]
8         addcb rl0,#0x02
9         addcb rl0,#0x23
10         addcb 0x2387,rl0
11         
12         
13
14         
15         
16
17