summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mmix/jmp-op.d
blob: 01aa794273866f35057ed03db3f04868204cb01d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# objdump: -dr
.*:     file format elf64-mmix

Disassembly of section \.text:

0000000000000000 <Main>:
   0:	fd000000 	swym 0,0,0

0000000000000004 <here>:
   4:	fd000000 	swym 0,0,0
   8:	f1ffffff 	jmp 4 <here>

000000000000000c <at>:
   c:	f0000000 	jmp c <at>
  10:	f0000004 	jmp 20 <there>
  14:	f1fffffc 	jmp 4 <here>
  18:	f0000002 	jmp 20 <there>
  1c:	f1fffffa 	jmp 4 <here>

0000000000000020 <there>:
  20:	fd000000 	swym 0,0,0