x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / or.s
CommitLineData
d70c5fc7
NC
1 .section .text
2 .global _fun
3xc16x_or:
4
5 or r0,r1
6 or r0,[r1]
7 or r0,[r1+]
8 or r0,#3
9 or r0,#0x0234
10 or r0,0x4536
11 or 0x4536,r0
This page took 0.429832 seconds and 4 git commands to generate.