Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 798 Bytes

File metadata and controls

24 lines (15 loc) · 798 Bytes

MIPS Visualizer

Live Website

This is a web app made with React and TypeScript that visualizes a MIPS processor.
It lets you write a MIPS assembly program, run it, and inspect the values of each wire and component in the CPU as it's running.

The diagram is based on the single-cycle MIPS implementation from the book Computer Organization and Design MIPS Edition: The Hardware/Software Interface.
The pipelined version of the CPU will be implemented in the future.

Installation

After cloning the repo:

npm install
npm run dev

Small example

Recording.2025-10-29.124407.mp4