x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / addc.s
1 .section .text
2 .global _fun
3 xc16x_add:
4
5 addc r0,r1
6 addc r0,[r1]
7 addc r0,[r1+]
8 addc r0,#0x34
9 addc r0,#0x3456
10 addc r0,0x2387
11 addc 0x2387,r0
This page took 0.037788 seconds and 4 git commands to generate.