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