Add MMIX support
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / jumpa-5b.d
1 #source: start.s
2 #source: a.s
3 #source: pad2p26m32.s
4 #source: pad16.s
5 #source: pad4.s
6 #source: pad4.s
7 #source: pad4.s
8 #source: jumpa.s
9 #as: -x
10 #ld: -m elf64mmix
11 #objdump: -dr
12
13 .*: file format elf64-mmix
14
15 Disassembly of section \.text:
16
17 0+ <_start>:
18 0: e3fd0001 setl \$253,0x1
19
20 0+4 <a>:
21 4: e3fd0004 setl \$253,0x4
22 \.\.\.
23
24 0+4000004 <jumpa>:
25 4000004: e3fd0002 setl \$253,0x2
26 4000008: e3ff0004 setl \$255,0x4
27 400000c: e6ff0000 incml \$255,0x0
28 4000010: e5ff0000 incmh \$255,0x0
29 4000014: e4ff0000 inch \$255,0x0
30 4000018: 9fffff00 go \$255,\$255,0
31 400001c: e3fd0003 setl \$253,0x3
This page took 0.034684 seconds and 4 git commands to generate.