| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- .file 1 "hello.c"
- # GNU C 2.7.2.3 [AL 1.1, MM 40, tma 0.1] SimpleScalar running sstrix compiled by GNU C
- # Cc1 defaults:
- # -mgas -mgpOPT
- # Cc1 arguments (-G value = 8, Cpu = default, ISA = 1):
- # -quiet -dumpbase -o
- gcc2_compiled.:
- __gnu_compiled_c:
- .sdata
- .align 3
- $LC0:
- .word 0x00000000 # 2
- .word 0x40000000
- .text
- .align 2
- .globl main
- .text
- .loc 1 2
- .ent main
- main:
- .frame $fp,40,$31 # vars= 16, regs= 2/0, args= 16, extra= 0
- .mask 0xc0000000,-4
- .fmask 0x00000000,0
- subu $sp,$sp,40
- sw $31,36($sp)
- sw $fp,32($sp)
- move $fp,$sp
- jal __main
- li $2,0x00000001 # 1
- sw $2,16($fp)
- l.d $f0,$LC0
- s.d $f0,24($fp)
- move $2,$0
- j $L1
- $L1:
- move $sp,$fp # sp not trusted here
- lw $31,36($sp)
- lw $fp,32($sp)
- addu $sp,$sp,40
- j $31
- .end main
|