12 lines
167 B
ArmAsm
Raw Permalink Normal View History

2012-01-05 23:13:27 +01:00
.arch armv7-a
.syntax unified
.text
.globl _start
_start:
mov pc,lr
.section .text.foo,"ax",%progbits
.thumb
movw r0,#:lower16:foo-.
movt r0,#:upper16:foo-.