You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 line
302B

  1. .text
  2. .align 2
  3. .globl _start
  4. .ent _start
  5. _start:
  6. .frame $sp,16,$31 # vars= 16, regs= 0/0, args= 0, gp= 0
  7. .mask 0x00000000,0
  8. .fmask 0x00000000,0
  9. .set noreorder
  10. .set nomacro
  11. nop
  12. li $sp,0x100fffff
  13. move $4,$0
  14. move $5,$0
  15. jal main
  16. nop
  17. end:
  18. j $0
  19. nop
  20. .set macro
  21. .set reorder
  22. .end _start