hello.s 632 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .file 1 "hello.c"
  2. # GNU C 2.7.2.3 [AL 1.1, MM 40, tma 0.1] SimpleScalar running sstrix compiled by GNU C
  3. # Cc1 defaults:
  4. # -mgas -mgpOPT
  5. # Cc1 arguments (-G value = 8, Cpu = default, ISA = 1):
  6. # -quiet -dumpbase -o
  7. gcc2_compiled.:
  8. __gnu_compiled_c:
  9. .text
  10. .align 2
  11. .globl main
  12. .text
  13. .loc 1 2
  14. .ent main
  15. main:
  16. .frame $fp,24,$31 # vars= 0, regs= 2/0, args= 16, extra= 0
  17. .mask 0xc0000000,-4
  18. .fmask 0x00000000,0
  19. subu $sp,$sp,24
  20. sw $31,20($sp)
  21. sw $fp,16($sp)
  22. move $fp,$sp
  23. jal __main
  24. move $2,$0
  25. j $L1
  26. $L1:
  27. move $sp,$fp # sp not trusted here
  28. lw $31,20($sp)
  29. lw $fp,16($sp)
  30. addu $sp,$sp,24
  31. j $31
  32. .end main