repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Typo fix in most recent entry.
[binutils.git]
/
ld
/
testsuite
/
ld-arm
/
arm-app-movw.s
blob
55ced97b7b2ba4c967f800808fd769da12464e5a
1
.text
2
.globl _start
3
_start
:
4
movw
r0
,
#:lower16:data_obj
5
movt
r0
,
#:upper16:data_obj
6
movw
r0
,
#:lower16:lib_func1
7
movt
r0
,
#:upper16:lib_func1
8
9
.globl app_func2
10
app_func2
:
11
bx
lr