All Projects → WindProphet → emu8086

WindProphet / emu8086

Licence: MIT license
8086 emulator written in Ruby and JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to emu8086

appler
Apple ][ emulator for MS-DOS, written in 8088 assembly
Stars: ✭ 193 (+614.81%)
Mutual labels:  8086
basicdos
A new 8086-based reimagining of PC DOS and BASIC
Stars: ✭ 72 (+166.67%)
Mutual labels:  8086
libasm
C++ library of assembler / disassembler that can run on embedded system
Stars: ✭ 23 (-14.81%)
Mutual labels:  8086
8086-cheatsheet
8086 Microprocessor Cheat sheet with Programs
Stars: ✭ 81 (+200%)
Mutual labels:  8086
regal86
Register Allocator for 8086
Stars: ✭ 62 (+129.63%)
Mutual labels:  8086
GW-BASIC
Assembling Microsoft GW-BASIC from 1983, with MASM or JWasm • "pre-release" binaries at https://github.com/tkchia/GW-BASIC/releases • source mirror at https://gitlab.com/tkchia/GW-BASIC • fork of https://github.com/dspinellis/GW-BASIC
Stars: ✭ 55 (+103.7%)
Mutual labels:  8086
ts-c99-compiler
ANSI C 16bit Compiler + NASM Assembler + Intel 8086 / 80186 + X87 emulator written entirely in TypeScript
Stars: ✭ 78 (+188.89%)
Mutual labels:  8086
masm-tasm
run and debug TASM/MASM code in VSCode via JSDos, DOSBox and msdos-player
Stars: ✭ 115 (+325.93%)
Mutual labels:  8086
blog
retrohunblog
Stars: ✭ 46 (+70.37%)
Mutual labels:  8086
Group-of-Assembly-Programs-Samples--8086-85-Processors-family-
A large group of assembly language programs & samples ..with different topics and levels..from Ascci to Stack - assembly programming.
Stars: ✭ 15 (-44.44%)
Mutual labels:  8086

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].