Difference between revisions of "SPIM"
imported>Cov (Created page with ''''SPIM''' (MIPS spelled backwards) is a MIPS emulator generally used to educational purposes. It has a commandline version, and graphical front-ends from Windows and Linux, PCSp…') |
imported>Cov |
||
| Line 1: | Line 1: | ||
| − | '''SPIM''' (MIPS spelled backwards) is a MIPS | + | '''SPIM''' (MIPS spelled backwards) is a MIPS R2000 and R3000 simulator generally used to educational purposes. It has a commandline version, and graphical front-ends from Windows and Linux, PCSpim and <code>xspim</code>, respectively. The source code for SPIM was released in 2010 under the standard BSD license. |
| + | |||
| + | SPIM is required for [[ECE 2500 Computer Organization]]. | ||
| + | |||
| + | =See Also= | ||
| + | * [[w:SPIM|Wikipedia SPIM article]] | ||
| + | |||
| + | =External Links= | ||
| + | * [http://www.cs.wisc.edu/~larus/spim.html SPIM homepage] | ||
[[Category:Libre course software]] | [[Category:Libre course software]] | ||
Revision as of 13:03, 1 March 2010
SPIM (MIPS spelled backwards) is a MIPS R2000 and R3000 simulator generally used to educational purposes. It has a commandline version, and graphical front-ends from Windows and Linux, PCSpim and xspim, respectively. The source code for SPIM was released in 2010 under the standard BSD license.
SPIM is required for ECE 2500 Computer Organization.