mips-micro.s 139 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 .text .set micromips .global foo .type foo,@function foo: nop .set nomicromips .global bar .type bar,@function bar: nop