- Notifications
You must be signed in to change notification settings - Fork49
MARIE.js is a simple, yet intuitive MARIE simulator built in JavaScript 📝 and is used for teaching computing architecture and assembly language
License
MARIE-js/MARIE.js
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
MARIE.js is an implementation of a simulator for a 'Machine Architecture that is Really Intuitive and Easy'fromThe Essentials of Computer Organization and Architecture (Linda Null, Julia Lobur) in TypeScript.
It is used within the unitFIT1047 - Introduction to computer systems, networks and security atMonash University.
First, install dependencies with
npm ci
Then start the development server with
npm run dev
The test suite can be run with
npm runtestTHe formatter and linter can be run with
npm run formatnpm run check
To build for production, run
npm run build
MARIE.js is open-source software distributed under theMIT License.
See theLICENSE file for details.
About
MARIE.js is a simple, yet intuitive MARIE simulator built in JavaScript 📝 and is used for teaching computing architecture and assembly language
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors13
Uh oh!
There was an error while loading.Please reload this page.