This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / addb.s
1 .section .text
2 .global _fun
3 xc16x_add:
4
5 addb rl0,rl1
6 addb rl0,[r1]
7 addb rl0,[r1+]
8 addb rl0,#0x2
9 addb rl0,#0x33
10 addb rl0,0x2387
11 addb 0x2387,rl0
This page took 0.03252 seconds and 5 git commands to generate.