Home | History | Annotate | Download | only in mmix
      1 # objdump: -dr
      2 # source: jmp-op.s
      3 # as: -no-expand
      4 .*:     file format elf64-mmix
      5 
      6 Disassembly of section \.text:
      7 
      8 0000000000000000 <Main>:
      9    0:	fd000000 	swym 0,0,0
     10 
     11 0000000000000004 <here>:
     12    4:	fd000000 	swym 0,0,0
     13    8:	f1ffffff 	jmp 4 <here>
     14 
     15 000000000000000c <at>:
     16    c:	f0000000 	jmp c <at>
     17   10:	f0000004 	jmp 20 <there>
     18   14:	f1fffffc 	jmp 4 <here>
     19   18:	f0000002 	jmp 20 <there>
     20   1c:	f1fffffa 	jmp 4 <here>
     21 
     22 0000000000000020 <there>:
     23   20:	fd000000 	swym 0,0,0
     24