mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-14 17:57:39 +01:00
12 lines
167 B
ArmAsm
12 lines
167 B
ArmAsm
.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-.
|