This commit was generated by cvs2svn to track changes on a CVS vendor
[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.031909 seconds and 5 git commands to generate.