Skip to content

openlabun/mips_pipeline_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIPS Visual Simulator Pipeline

A javascript based MIPS simulator that can simulate the MIPS assembly code.

To run on dev mode, run the following command

 cd app
 nmp install
 npm run dev 

To deply the app, run the following command

 docker build -t mipspipelinei .
 docker run -d -it -p 5031:3000 --restart unless-stopped --name mipspipeline mipspipelinei

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages