2008-11-06 Chao-ying Fu <fu@mips.com>
[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.036868 seconds and 4 git commands to generate.