Remove unneeded AUX register symbols.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / cdx_mov.s
1 # Source file used to test the mov.n mov movi.n instructions
2
3 foo:
4 mov.n r4,r4
5 movi.n r4,0x0
6 movi.n r4,0x1
7 movi.n r4,0x3f
8 movi.n r4,0x7c
9 movi.n r4,0xff
10 movi.n r4,-2
11 movi.n r4,-1
This page took 0.029368 seconds and 4 git commands to generate.