8.21.7 Directive to mark data as an instruction
The .insn
directive tells as
that the following data is actually instructions. This makes a difference in MIPS 16 mode: when loading the address of a label which precedes instructions, as
automatically adds 1 to the value, so that jumping to the loaded address will do the right thing.