Skip to content
/ js86 Public
forked from binary-manu/js86

A toy 16-bit x86 disassembler, written in JavaScript

License

Notifications You must be signed in to change notification settings

gitmesam/js86

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

js86, a JavaScript-based 16-bit x86 toy disassembler

This is an educational project I wrote while learning JavaScript. It can decode 16 bit x86 machine code and present it as Intel-style mnemonics (i.e. mov ax, 10).

It has no real use but showing some JavaScript patterns and a way to disassemble 16-bit x86 code, for those who are interested.

View it on GitHUb Pages.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.1%
  • HTML 4.9%