* gas/config/tc-avr.c: Change ISA for devices with USB support to
[external/binutils.git] / gas / testsuite / gas / all / sleb128.s
1         .data
2         .sleb128        0x76543210
3         .sleb128        0x80000000
4         .sleb128        0x87654321
5         .sleb128        0xffffffff
6         .sleb128        -0x76543210
7         .sleb128        -0x80000000
8         .sleb128        -0x87654321
9         .sleb128        -0xffffffff
10
11         .sleb128        0x123456789abcdef
12         .sleb128        -0x123456789abcdef
13
14         .sleb128        -0x7fffffffffff
15         .sleb128        -0x800000000000
16         .sleb128        -0x7fffffffffffffff
17         .sleb128        -0x8000000000000000
18
19         .sleb128        -0x100000000
20         .sleb128        -0x1000000000000
21
22         .fill           32