/emu8086

8086 emulator written in Ruby and JavaScript

Primary LanguageJavaScriptMIT LicenseMIT

8086 emulator

8086 Emulator program rewritten by JavaScript, former Ruby Version is here.

Installation

Install core module and Command Line Tool with npm

$ npm install -g js8086

Install with web client

$ git clone https://github.com/WindProphet/emu8086/
$ cd emu8086
$ npm install

Build and Run emu8086 Web Client

$ npm start

Use Electron start application

$ npm run electron

Usage

Command Line Tool (cli)

$ emu8086 [option]

This function is developing.

Assembler

Assembler is developing.

Reference