hack-emulator

An emulator for the Hack CPU architecture.


License
MIT
Install
npm install hack-emulator@1.0.0

Documentation

hack_emulator

An emulator for the Hack CPU architecture.

Installation

npm install hack-emulator

Running the demo

npm run-script run

Usage
import { Emulator } from 'hack-emulator';

Please see example/index.js for an example of how to hook up the emulator in the browser.