repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pre-commit: run flake8 on more Python files
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-riscv-elf
/
c-lui-2.s
blob
7aa258606a4c099c6236a51be08584f43ac5a0a5
1
.option nopic
2
.text
3
.align 1
4
.globl _start
5
.type _start, @function
6
_start
:
7
lui a0
,%
hi
(
foo
)
8
addi
a0
,
a0
,%
lo
(
foo
)
9
.skip 0x7f8
10
foo
:
11
ret
12
.size _start, .-_start