xspim

Introduction

spim is a self-contained simulator that will run MIPS32 assembly language programs. It reads and executes assembly language programs written for this processor. spim also provides a simple debugger and minimal set of operating system services. spim does not execute binary (compiled) programs.

Usage

OS and Processor Invocation Version(s)
Red Hat Linux (64-bit) % /util/bin/xspim 8.0 (default)

Notes

  1. Because this is interactive software, please run it on timberlake.
  2. If you get a font error, try:

    
    % xspim -font 6x10
    
    

People

  1. Bina Ramamurthy, CSE 341 instructor.
  2. Kris Schindler, CSE 341 instructor.

References

  1. http://en.wikipedia.org/wiki/SPIM
  2. http://pages.cs.wisc.edu/~larus/spim.html
  3. http://spimsimulator.svn.sourceforge.net/viewvc/spimsimulator/?view=tar