[binutils, ARM, 6/16] New BF instruction for Armv8.1-M Mainline
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / bf.s
1 .global _start
2 .syntax unified
3
4 @ We will place the section .text at 0x1000.
5
6 .text
7 .thumb_func
8
9 _start:
10 bf 2, bar
11
12 @ We will place the section .foo at 0x1001000.
13
14 .section .foo, "xa"
15 .thumb_func
16
17 bar:
18 bx lr
19
This page took 0.029865 seconds and 4 git commands to generate.