x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / d10v / immediate-006.s
1 ;; ops with immediate args
2
3 .section .rodata
4 str0:
5 .string "opsolop"
6 str1:
7 .string "mopsflo"
8
9 .text
10 .align 2
11 .global foo
12 foo:
13 ldi r0,str1
14
This page took 0.030233 seconds and 4 git commands to generate.