Add support for the Infineon XC16X.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / addb.s
CommitLineData
d70c5fc7
NC
1 .section .text
2 .global _fun
3xc16x_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.024979 seconds and 4 git commands to generate.