1 .arch armv7-a 2 .syntax unified 3 .text 4 .global _start 5 .type _start, %function 6 _start: 7 movw r0, #:lower16:.LC0 8 movt r0, #:upper16:.LC0 9 .thumb 10 .global tfunc 11 .type tfunc, %function 12 tfunc: 13 movw r0, #:lower16:.LC0 14 movt r0, #:upper16:.LC0 15 16 .section .rodata.str1.4,"aMS",%progbits,1 17 .align 2 18 .ascii "pad" 19 .LC0: 20 .ascii "inner: cont \000" 21