Some d10v gas tests.
[deliverable/binutils-gdb.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
This page took 0.030737 seconds and 5 git commands to generate.