-
Notifications
You must be signed in to change notification settings - Fork 50
Setup and Development
Eric Jiang edited this page Jun 20, 2016
·
3 revisions
- npm
- grunt.js
- JRE 8 or Newer
# Install npm and grunt, then run these commands:
cd /path/to/repo/MARIE.js
npm install
grunt
# To test and build MARIE.js (you need JRE 8 for grunt test):
cd /path/to/repo/MARIE.js
npm install
grunt test
grunt bar-dev
MARIE.js Wiki | License
Copyright © 2018 Jason Nguyen, Saurabh Joshi, Eric Jiang, Felix Salim, Guido Tack, Monash University
Copyright © 2018 Jason Nguyen, Saurabh Joshi, Eric Jiang, Felix Salim, Guido Tack, Monash University
Documentation
MARIE Instructions Set with Opcode
Register Transfer Language (RTL)
More Reading
The Essentials of Computer Organization and Architecture-Chapter 4.2
Tutorials
MARIE.js Documentation