Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-local-5.s
CommitLineData
37b2d327
MR
1 .text
2 .set noreorder
3 .space 0x1000
4
5 .align 4
6 .set nomips16
7 .ent foo
8foo:
9 nor $0, $0
10 jalr $0, $ra
11 nor $0, $0
12 .end foo
13
14 .align 4
15 .set mips16
16 .ent bar
17bar:
18 not $16, $16
19 b foo
20 not $16, $16
21 beqz $2, foo
22 not $16, $16
23 bteqz foo
24 not $16, $16
25 jr $ra
26 not $16, $16
27 .end bar
28
29# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
30 .align 4, 0
31 .space 16
This page took 0.089228 seconds and 4 git commands to generate.