Add support for the Infineon XC16X.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / subb.s
1 .section .text
2 .global _fun
3 xc16x_subb:
4
5 subb rl0,rl1
6 subb rl0,[r1]
7 subb rl0,[r1+]
8 subb rl0,#0x1
9 subb rl0,#0x43
10 subb rl0,0x7643
11 subb 0x7643,rl0
12
13
14
15
16
17
18
19
This page took 0.040156 seconds and 4 git commands to generate.