[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / sleb128-7.s
1 .text
2 _L1:
3 .byte 0
4 .byte 0
5 .byte 0
6 _L2:
7
8 .data
9 .sleb128 200+(_L2 - _L1)
10 .byte 42
11 .sleb128 200+(_L1 - _L2)
12 .byte 42
13 .sleb128 (_L2 - _L1)+200
14 .byte 42
15 .sleb128 (_L1 - _L2)+200
16 .byte 42
This page took 0.032172 seconds and 4 git commands to generate.