Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-msp430-elf / uleb128.s
blob598ee0c1b9fdbd46bfd07bcd3b1bd12b2896c70a
1 .data
2 .global bar
3 .balign 2
4 bar:
5 .short 42
6 .short 43
8 .global foo
9 foo:
10 .skip 0xff
12 .global foo2
13 .balign 2
14 foo2:
15 .short 4
17 .text
19 .balign 2
20 .global byte
21 byte:
22 .word foo-bar
23 .word foo2-bar
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
31 .balign 2
32 .global _start
33 _start:
34 nop