Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / xc16x / subcb.s
1         .section .text
2         .global _fun
3 xc16x_subcb:
4
5         subcb rl0,rl1
6         subcb rl0,[r1]
7         subcb rl0,[r1+]
8         subcb rl0,#0x2
9         subcb rl0,#0x43
10         subcb rl0,0x7643
11         subcb 0x7643,rl0
12         
13         
14         
15         
16
17         
18         
19
20