Monash University > School of Computer Science and Software Engineering > CSE1303 > Part B > SPIM

CSE1303 Computer Science
Semester 2, 2003
Part B
SPIM

SPIM is a simulator for the MIPS R2000 microprocessor. It is available for Unix, MS Windows and Mac OS X.

Installing

To install SPIM, you'll need to do one of the following:

Precompiled packages
The simplest way is to let someone else compile it for you. This is an option if you are using MS Windows or some distributions of Linux.
Compile it yourself (Unix).
To compile SPIM yourself you'll need to fetch spim.tar.gz from http://www.cs.wisc.edu/~larus/spim.html. Unpack this with
gzip -dc spim.tar.gz | tar xvf -
and read the README and other all-caps files in the new directory just created.

Since systems vary slightly, it's not possible to give a series of steps that will always work. You may have to experiment.

[ Top | Home ]

Last modified 2002-07-03