make obstack object allocators more type-safe
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nds32 / imm.s
1 .text
2 .global _start
3 _start:
4 la $r0, imm32
5 la $r0, imm20
6 la $r0, imm5
7
This page took 0.029244 seconds and 4 git commands to generate.