blob: c8d4edfaed7f11589c98d09eeba5e6e47a244a33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.text
.align 4
.globl foo
.ent foo
foo:
lwpc $2, bar1
lwpc $2, bar2
.end foo
# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
.align 4, 0
.space 16
|