Skip to content

A terminal-based MIPS emulator written in JavaScript

Notifications You must be signed in to change notification settings

zeabdullah/MIPS.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIPS.js

Terminal-based MIPS instruction set emulator written in JavaScript

Requirements

  1. Node.js & NPM installed

Installation

  1. Download the project source code
  2. change directory to the project's root folder (MIPS.js/)
  3. Run npm install or yarn

Running the App

Run:

node MIPS.js <filename>

where <filename> is the name of the file containing your MIPS assembly code

Note: <filename> can be whatever extension, the application doesn't care.

Note #2: try it out on .TESTFILE

About

A terminal-based MIPS emulator written in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published