File: BLURB

package info (click to toggle)
spim 6.2-3
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 2,248 kB
  • ctags: 3,837
  • sloc: ansic: 14,284; asm: 10,355; yacc: 1,872; makefile: 742; lex: 610; sh: 95
file content (71 lines) | stat: -rw-r--r-- 2,667 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
		    Overview of the SPIM MIPS Simulator

		     http://www.cs.wisc.edu/~larus/spim

				James Larus
			Computer Sciences Department
			  University of Wisconsin
			     larus@cs.wisc.edu


SPIM S20 is a software simulator that runs assembly language programs for
the MIPS R2000/R3000 RISC computers.  SPIM can read and immediately run
files containing assembly language statements.  SPIM is a self-contained
system for running these programs and contains a debugger and interface to
the operating system.

I wrote SPIM as the target machine for an undergraduate compiler
course. SPIM is very portable, which allows students to generate code for a
simple, clean, orthogonal computer; no matter which god-awful machine they
used.  SPIM currently runs on a wide variety of Unix systems, and, thanks to
David A. Carley and Morgan Kaufmann Publishers, on DOS and Windows.

SPIM implements almost the entire MIPS assembler-extended instruction set
for the R2000/R3000 (I've omitted some the complex floating point comparisons
and details of the memory system page tables).  The MIPS architecture has
evolved considerably since then (in particular the 64 bit extensions), which
means that SPIM will not run programs compiled for recent MIPS or SGI
processors.

SPIM comes with complete source code and documentation of all instructions.
It also include a large torture test to verify a port to a new machine.

SPIM implements both a simple, terminal-style interface and a visual
windowing interface.  On Unix, the spim program provides the terminal
interface and the xspim program provides the X window interface.  On PCs,
the spim program provides a DOS interface and pcspim provides a Windows 95
interface.

SPIM is copyrighted by me and can be freely used for non-commercial
purposes.  You can copy a compressed tar file from

	ftp.cs.wisc.edu:pub/spim/spim.tar.Z.

SPIM comes with documentation, however Appendix A of Hennessy & Patterson,
"Computer Organization and Design: The Hardware/Software Interface," Morgan
Kaufman, 1993 is a far better introduction to the software.

/Jim

James Larus
Computer Sciences Department
1210 West Dayton Street
University of Wisconsin
Madison, WI 53706

larus@cs.wisc.edu
(608) 262-9519



Older versions of SPIM (available from ftp.cs.wisc.edu:pub/spim/Old_Versions) also
had the following features:

  Can also read and run MIPS a.out files (when compiled on a MIPS system)

  Includes an optional extension by Anne Rogers and Scott Rosenberg of
Princeton that performs a cycle-by-cycle MIPS simulation that exposes the
hardware pipeline.


$Header: /u/l/a/larus/Software/SPIM/src/RCS/BLURB,v 1.7 1997/07/21 18:06:38 larus Exp $