Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-arm
/
arm-app-movw.s
blob: 55ced97b7b2ba4c967f800808fd769da12464e5a [
file
]
.text
.globl _start
_start
:
movw r0
,
#:lower16:data_obj
movt r0
,
#:upper16:data_obj
movw r0
,
#:lower16:lib_func1
movt r0
,
#:upper16:lib_func1
.globl app_func2
app_func2
:
bx lr