Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / xc16x / xor.s
1        .section .text
2        .global _fun
3 xc16x_or:
4         xor  r0,r1
5         xor  r0,[r1]
6         xor  r0,[r1+]
7         xor  r0,#3
8         xor  r0,#0x0234
9         xor  r0,0x0234
10         xor  0x0234,r0