Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 415 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 415 Bytes

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.