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
|
Source: spim
Section: electronics
Priority: extra
Maintainer: Jean-Christophe Dubacq <jcdubacq1@free.fr>
Uploaders: Mackenzie Morgan <maco.m@ubuntu.com>,
Thorsten Alteholz <debian@alteholz.de>
Build-depends: debhelper (>= 9),
libxaw7-dev,
bison,
flex,
xutils-dev,
dpkg-dev (>= 1.16.0)
Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/collab-maint/ext-maint/spim/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/ext-maint/spim/trunk/
Homepage: http://pages.cs.wisc.edu/~larus/spim.html
Package: spim
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: xfonts-75dpi, xfonts-100dpi
Description: MIPS R2000/R3000 emulator
Emulates a MIPS R2000/R3000 processor in software.
Useful for students who are taught MIPS R2000/R3000 assembly.
.
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.
|