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…') |
(Undo revision 2377 by [[Special:Contributions/imported>Pew|imported>Pew]] ([[User talk:imported>Pew|talk]])) (Tag: Undo) |
||
(4 intermediate revisions by 3 users not shown) | |||
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. |
− | [[Category: | + | SPIM is required for [[gp:ECE 2500 Computer Organization|ECE 2500 Computer Organization]]. |
+ | |||
+ | =See Also= | ||
+ | * [[w:SPIM|Wikipedia SPIM article]] | ||
+ | |||
+ | =External Links= | ||
+ | * [http://www.cs.wisc.edu/~larus/spim.html SPIM homepage] | ||
+ | |||
+ | [[Category:Software]] | ||
+ | [[Category:Hardware]] |
Latest revision as of 02:51, 4 January 2019
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.