merge from gcc
[external/binutils.git] / gas / testsuite / gas / d10v / immediate-002.s
1         ;; ops with immediate args
2
3         .set VALUE,0x1234
4         .text
5         .global foo
6 foo:    
7         ldi     r0,VALUE
8
9