Home | History | Annotate | Download | only in ld-mmix
      1 #source: greg-1.s
      2 #source: gregpsj1.s
      3 #source: start.s
      4 #source: a.s
      5 #as: -x
      6 #ld: -m elf64mmix
      7 #objdump: -dt
      8 
      9 # Like greg-3, but a different expanding insn.
     10 
     11 .*:     file format elf64-mmix
     12 SYMBOL TABLE:
     13 0+ l    d  \.text	0+ (|\.text)
     14 0+7f0 l    d  \.MMIX\.reg_contents	0+ (|\.MMIX\.reg_contents)
     15 #...
     16 0+4 g       \.text	0+ _start
     17 0+fe g       \*REG\*	0+ areg
     18 #...
     19 0+8 g       \.text	0+ a
     20 Disassembly of section \.text:
     21 0+ <_start-0x4>:
     22    0:	f2fe0002 	pushj \$254,8 <a>
     23 0+4 <_start>:
     24    4:	e3fd0001 	setl \$253,0x1
     25 0+8 <a>:
     26    8:	e3fd0004 	setl \$253,0x4
     27