Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 573 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 573 Bytes

hrm.js

master

The emulator of "Human Resource Machine" with JavaScript.

"Human Resource Machine" is the programming game with Assembly Language

Goal

Distribution of emulator, debugging tool, compiler.

Usage

See test code

Setup

npm install

Build bundle

npm run build

Run dev server

npm run dev-server

Run test

npm test