gas/testsuite/
[deliverable/binutils-gdb.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
This page took 0.038544 seconds and 4 git commands to generate.