x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / movb.s
CommitLineData
d70c5fc7
NC
1 .section .text
2 .global _fun
3xc16x_movb:
4
5 movb rl0,r2
6 movb rl0,#0x12
7 movb r3,[r2]
8 movb rl0,[r2+]
9 movb [-r2],rl0
10 movb [r3],[r2+]
11 movb [r3],[r2]
12 movb [r2+],[r3]
13 movb [r2],[r3+]
14 movb rl0,[r3+#0x1234]
15 movb [r3+#0x1234],rl0
16 movb [r3],0x1234
17 movb [r3],0xeeff
18 movb 0x1234,[r3]
19 movb rl0,0x12
20 movb 0x12,rl0
21
22
23
24
25
26
This page took 0.482529 seconds and 4 git commands to generate.