Upload Tizen:Base source
[external/binutils.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