1  .text
2  .set micromips
3  .global foo
4  .type foo,@function
5foo:
6  nop
7
8  .set nomicromips
9  .global bar
10  .type bar,@function
11bar:
12  nop
13