spim
MIPS R2000/R3000 emulator
Install
- All systems
-
curl cmd.cat/spim.sh
- Debian
-
apt-get install spim
- Ubuntu
-
apt-get install spim
- Alpine
-
apk add spim
- Kali Linux
-
apt-get install spim
- Fedora
-
dnf install spim
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install spim
- OS X
-
brew install spim
- Raspbian
-
apt-get install spim
- Dockerfile
- dockerfile.run/spim
- Docker
-
docker run cmd.cat/spim spim
powered by Commando
spim
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.