1       .text
2       .align  2
3       .ent    foo
4       .globl  foo
5       .set    noreorder
6foo:
7       jr      $31
8       nop
9       .end    foo
10