On Fri, 20 May 2016, James Hogan wrote: > To me this makes it easier to read since it is much shorter, but it also > ensures .insn is used, preventing objdump disassembling the microMIPS > code as normal MIPS. More importantly the use of `.insn' prevents execution from going astray if there's a label being jumped to at the handcoded instruction. Maciej