Home | History | Annotate | Download | only in ld-mmix
      1 #source: greg-1.s
      2 #source: gregldo1.s
      3 #source: start.s
      4 #ld: -m mmo
      5 #objdump: -dt
      6 
      7 # Most simple greg usage: relocate to each possible location within an
      8 # insn; mmo.
      9 
     10 .*:     file format mmo
     11 
     12 SYMBOL TABLE:
     13 0+c g       \.text Main
     14 0+c g       \.text _start
     15 0+fe g       \*REG\* areg
     16 
     17 Disassembly of section \.text:
     18 
     19 0+ <Main-0xc>:
     20    0:	8c0c20fe 	ldo \$12,\$32,areg
     21    4:	8d7bfe22 	ldo \$123,areg,34
     22    8:	8dfeea38 	ldo areg,\$234,56
     23 
     24 0+c <(Main|_start)>:
     25    c:	e3fd0001 	setl \$253,0x1
     26