symver11.s: Add ".balign 8"
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips-b16.s
1 .text
2 test1:
3 .space 65536
4 test2:
5 nop
6 b16 1f
7 1:
8 nop
9 bnez16 $2,1f
10 1:
11 nop
12 beqz16 $2,1f
13 1:
14 nop
15 b 1f
16 1:
17 nop
18 bnez $2,1f
19 1:
20 nop
21 beqz $2,1f
22 1:
23 nop
This page took 0.032406 seconds and 4 git commands to generate.