Skip to content

yontank/MipsVisualizer

Repository files navigation

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

About

A MIPS processor visualizer made with React and TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages