MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / eret-3.s
1 .globl foo
2 .ent foo
3 foo:
4 eret
5 .end foo
6
7 .globl bar
8 .ent bar
9 bar:
10 beq $4,$0,1f
11 sw $4,0($5)
12 1:
13 jr $31
14 .end bar
15
16 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
17 .space 8
This page took 0.028946 seconds and 4 git commands to generate.