Add MMIX support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / jmp-op.d
1 # objdump: -dr
2 .*: file format elf64-mmix
3
4 Disassembly of section \.text:
5
6 0000000000000000 <Main>:
7 0: fd000000 swym 0,0,0
8
9 0000000000000004 <here>:
10 4: fd000000 swym 0,0,0
11 8: f1ffffff jmp 4 <here>
12
13 000000000000000c <at>:
14 c: f0000000 jmp c <at>
15 10: f0000004 jmp 20 <there>
16 14: f1fffffc jmp 4 <here>
17 18: f0000002 jmp 20 <there>
18 1c: f1fffffa jmp 4 <here>
19
20 0000000000000020 <there>:
21 20: fd000000 swym 0,0,0
This page took 0.030629 seconds and 4 git commands to generate.