2015-12-22 14:12:35 +00:00
|
|
|
.text
|
2016-01-20 12:53:50 +00:00
|
|
|
.section .text.fetchonly.first,"axy",%progbits
|
2015-12-22 14:12:35 +00:00
|
|
|
.arch armv6s-m
|
|
|
|
.syntax unified
|
|
|
|
.global _start
|
|
|
|
.thumb_func
|
|
|
|
.type _start, %function
|
|
|
|
_start:
|
|
|
|
bx lr
|
|
|
|
|
|
|
|
.text
|
2016-01-20 12:53:50 +00:00
|
|
|
.section .text.fetchonly.second,"axy",%progbits
|
2015-12-22 14:12:35 +00:00
|
|
|
.arch armv6s-m
|
|
|
|
.syntax unified
|
|
|
|
.global foo
|
|
|
|
.thumb_func
|
|
|
|
.type foo, %function
|
|
|
|
foo:
|
|
|
|
bx lr
|