1 #objdump: -dr --prefix-addresses --show-raw-insn 2 #name: NIOS2 CDX mov.n 3 #as: -march=r2 4 5 # Test the mov.n and movi.n instructions 6 7 .*: +file format elf32-littlenios2 8 9 Disassembly of section .text: 10 0+0000 <[^>]*> 213b mov.n r4,r4 11 0+0002 <[^>]*> 011b movi.n r4,0 12 0+0004 <[^>]*> 031b movi.n r4,1 13 0+0006 <[^>]*> 7f1b movi.n r4,63 14 0+0008 <[^>]*> f91b movi.n r4,124 15 0+000a <[^>]*> fb1b movi.n r4,255 16 0+000c <[^>]*> fd1b movi.n r4,-2 17 0+000e <[^>]*> ff1b movi.n r4,-1 18