x86-64: fix Intel64 handling of branch with data16 prefix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / d10v / immediate-006.s
CommitLineData
8c2784a5
TR
1 ;; ops with immediate args
2
3 .section .rodata
4str0:
5 .string "opsolop"
6str1:
7 .string "mopsflo"
8
9 .text
10 .align 2
11 .global foo
12foo:
13 ldi r0,str1
14
This page took 0.999596 seconds and 4 git commands to generate.