Home | History | Annotate | Download | only in mmix
      1 # as: -no-predefined-syms
      2 # objdump: -dtr
      3 # source: builtin1.s
      4 
      5 # Make sure we don't look at the symbol table when parsing special
      6 # register names.
      7 
      8 .*:     file format elf64-mmix
      9 
     10 SYMBOL TABLE:
     11 0+ l    d  \.text	0+ (|\.text)
     12 0+ l    d  \.data	0+ (|\.data)
     13 0+ l    d  \.bss	0+ (|\.bss)
     14 0+14 l       \*ABS\*	0+ rJ
     15 0+ g     F \.text	0+ Main
     16 
     17 
     18 Disassembly of section \.text:
     19 
     20 0+ <Main>:
     21    0:	fe050004 	get \$5,rJ
     22    4:	fe060004 	get \$6,rJ
     23    8:	f6040007 	put rJ,\$7
     24    c:	f6040008 	put rJ,\$8
     25