1 #objdump: -dr --prefix-addresses --show-raw-insn 2 #name: NIOS2 R2 ctl 3 #as: -march=r2 4 #source: ctl.s 5 6 # Test the ctl instructions 7 8 .*: +file format elf32-littlenios2 9 10 Disassembly of section .text: 11 0+0000 <[^>]*> 9be80020 rdctl r8,ctl31 12 0+0004 <[^>]*> 9bc80020 rdctl r8,ctl30 13 0+0008 <[^>]*> 9ba80020 rdctl r8,ctl29 14 0+000c <[^>]*> 98080020 rdctl r8,status 15 0+0010 <[^>]*> 98480020 rdctl r8,bstatus 16 0+0014 <[^>]*> 98280020 rdctl r8,estatus 17 0+0018 <[^>]*> bbe00220 wrctl ctl31,r8 18 0+001c <[^>]*> bbc00220 wrctl ctl30,r8 19 0+0020 <[^>]*> bba00220 wrctl ctl29,r8 20 0+0024 <[^>]*> b8000220 wrctl status,r8 21 0+0028 <[^>]*> b8400220 wrctl bstatus,r8 22 0+002c <[^>]*> b8200220 wrctl estatus,r8 23