Terminal-based MIPS instruction set emulator written in JavaScript
- Node.js & NPM installed
- Download the project source code
- change directory to the project's root folder (
MIPS.js/) - Run
npm installoryarn
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