• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Jan-2010-

ConfigureH A D03-May-20225.1 KiB189106

ImakefileH A D03-May-20227.7 KiB285233

MakefileH A D09-Jan-201036.1 KiB1,427901

READMEH A D09-Jan-20102 KiB5639

buttons.cH A D09-Jan-201035.8 KiB1,290972

buttons.hH A D09-Jan-20101.8 KiB415

configurationH A D09-Jan-201029 32

windows.cH A D09-Jan-20107.6 KiB218150

windows.hH A D09-Jan-20102 KiB466

xspim.cH A D09-Jan-201026.3 KiB996748

xspim.hH A D09-Jan-20102.3 KiB6520

README

1			   README FILE FOR XSPIM
2			   =====================
3
4This directory contains part of SPIM--an assembly language MIPS R2000/R3000
5simulator. It contains xspim, the X-Windows (Macintosh) interface to SPIM.
6
7SPIM is covered by a BSD license.
8
9Copyright (c) 1990-2010, James R. Larus.
10All rights reserved.
11
12Redistribution and use in source and binary forms, with or without modification,
13are permitted provided that the following conditions are met:
14
15Redistributions of source code must retain the above copyright notice,
16this list of conditions and the following disclaimer.
17
18Redistributions in binary form must reproduce the above copyright notice,
19this list of conditions and the following disclaimer in the documentation and/or
20other materials provided with the distribution.
21
22Neither the name of the James R. Larus nor the names of its contributors may be
23used to endorse or promote products derived from this software without specific
24prior written permission.
25
26THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
27AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
30LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
32GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
35OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
37
38
39The files in this directory are:
40
41Configure
42	A shell script to configure SPIM.
43
44README
45	This file.
46
47Imakefile
48	The input to xmkmf, a standard utility for construction Makefiles
49for X windows programs.
50
51Makefile
52	Makefile to build xspim on Linux.
53
54buttons.{c,h} windows.{c,h} xspim.{c,h}
55	X-windows interface to spim.
56