OSDN Git Service

r6916@monacintosh2: monaka | 2008-11-24 19:18:29 +0900
[pf3gnuchains/pf3gnuchains4x.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