Home | History | Annotate | Download | only in mips
      1 # name: ELF e_flags: -march=4650 -mtune=4650
      2 # source: elf_e_flags.s
      3 # as: -march=4650 -mtune=4650
      4 # objdump: -fd
      5 
      6 .*:.*file format.*mips.*
      7 architecture: mips:4650, flags 0x00000011:
      8 HAS_RELOC, HAS_SYMS
      9 start address 0x0+00
     10 
     11 Disassembly of section .text:
     12 
     13 0+00 <foo>:
     14    0:	70851002 	mul	v0,a0,a1
     15    4:	03e00008 	jr	ra
     16    8:	24420001 	addiu	v0,v0,1
     17 
     18 0+0c <main>:
     19    c:	27bdffd8 	addiu	sp,sp,-40
     20   10:	afbf0020 	sw	ra,32\(sp\)
     21   14:	0c000000 	jal	0 <foo>
     22   18:	00000000 	nop
     23   1c:	00001025 	move	v0,zero
     24   20:	8fbf0020 	lw	ra,32\(sp\)
     25   24:	00000000 	nop
     26   28:	03e00008 	jr	ra
     27   2c:	27bd0028 	addiu	sp,sp,40
     28 	...
     29