Add support for the Infineon XC16X.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / andb.s
1 .section .text
2 .global _fun
3 xc16x_andb:
4 andb rl0,rl1
5 andb rl0,[r1]
6 andb rl0,[r1+]
7 andb rl0,#3
8 andb rl0,#0xbe
9 andb rl0,0x0230
10 andb 0x320,rl0
This page took 0.030249 seconds and 4 git commands to generate.