spim.tar-v2 [This is for newer linux boxes of DCF. See below for older linux boxes] Steps: 1. Download the tgz http://www.cse.iitm.ac.in/~krishna/cs3300/spim-7.3-v2.tgz 2. tar -xvzf spim-7.3-v2.tgz 3. cd spim-7.3 4. cd spim 5. mkdir -p $HOME/bin/ $HOME/lib $HOME/man 6. vim Makefile 7. Change the values of BIN_DIR, EXCEPTION_DIR, and MAN_DIR to something like: /home//bin, /home//lib, and /home//man ; save and quit. 8. make 9. make install 10. cd $HOME/bin 11. ./spim -file Factorial.s ======= [ For older boxes ] Steps: 1. Download the tar http://www.cse.iitm.ac.in/~krishna/cs3300/spim-7.3.tar 2. tar -xvf spim-7.3.tar 3. cd spim-7.3 4. cd spim 5. mkdir -p $HOME/bin/ $HOME/lib $HOME/man 6. vim Makefile 7. Change the values of BIN_DIR, EXCEPTION_DIR, and MAN_DIR to something like: /home//bin, /home//lib, and /home//man ; save and quit. 8. make 9. make install 10. cd $HOME/bin 11. ./spim -file Factorial.s