Guest User

Hextator

a guest
Feb 22nd, 2009
182
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. set PATH=%PATH%;C:\devkitPro\MIPS\bin
  2.  
  3. mips-elf-gcc-4.2.0 -S -o %1.txt %1 -O2
  4.  
  5. @echo off
  6.  
  7. REM mips-elf-gcc-4.2.0 -o %1.elf %1 -O2
  8.  
  9. REM mips-elf-objcopy -O binary %1.elf %1.dmp
  10.  
  11. echo on
  12.  
  13. pause
  14.  
RAW Paste Data