PR binutils/15834
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / movia.s
1 # Test program for movia reg, immed32 macro
2
3 foo:
4 movia r2, 0x80808080
5 movia r3, sym + 0x80000000
6 movia r4, sym - 0x7fffffff
7 movia r2, 0xfffffff0
This page took 0.029488 seconds and 4 git commands to generate.