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
Updated Malay translation for the bfd sub-directory
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-msp430-elf
/
uleb128.s
blob
598ee0c1b9fdbd46bfd07bcd3b1bd12b2896c70a
1
.data
2
.global bar
3
.balign 2
4
bar
:
5
.short 42
6
.short 43
7
8
.global foo
9
foo
:
10
.skip 0xff
11
12
.global foo2
13
.balign 2
14
foo2
:
15
.short 4
16
17
.text
18
19
.balign 2
20
.global byte
21
byte
:
22
.word foo-bar
23
.word foo2-bar
24
25
.global uleb
26
.balign 2
27
uleb
:
28
.uleb128 foo-bar ; this value can be stored in one byte
29
.uleb128 foo2-bar ; this value requires 2 bytes
30
31
.balign 2
32
.global _start
33
_start
:
34
nop