ld/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / jumpa12f.d
1 #source: start.s
2 #source: jumpa.s
3 #source: pad2p26m32.s
4 #source: pad16.s
5 #source: pad4.s
6 #source: a.s
7 #as: -no-expand
8 #ld: -m mmo
9 #objdump: -dr
10
11 .*: file format mmo
12
13 Disassembly of section \.text:
14
15 0+ <(Main|_start)>:
16 0: e3fd0001 setl \$253,0x1
17
18 0+4 <jumpa>:
19 4: e3fd0002 setl \$253,0x2
20 8: f0ffffff jmp 4000004 <a>
21 c: e3fd0003 setl \$253,0x3
22 \.\.\.
23
24 0+4000004 <a>:
25 4000004: e3fd0004 setl \$253,0x4
This page took 0.031294 seconds and 4 git commands to generate.