2010-01-06 Quentin Neill <quentin.neill@amd.com>
[deliverable/binutils-gdb.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
This page took 0.029326 seconds and 4 git commands to generate.