Add support for the Infineon XC16X.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / bit.s
1 .text
2 xc16x_bit:
3 bclr r0.1
4 bset r0.1
5 bmov r0.2,r0.1
6 bmovn r0.3,r0.2
7 band r0.1,r0.4
8 bor r0.1,r0.2
9 bxor r0.1,r0.2
10 bcmp r0.1,r0.2
11
This page took 0.030039 seconds and 4 git commands to generate.