Monthly Archives: September 2018

An x86-16 Disassembler in JavaScript

Below is a partially implemented disassembler for Intel’s x86-16 instruction set, intended to assist in the investigation of COM executables from the era of Microsoft DOS. It needs a lot more work. It can’t truly disassemble anything yet, or rather … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

A MOD File Viewer in JavaScript

The JavaScript code below, when run, allows the user to specify a file in the .MOD music tracker format, parses it, and displays the contents as JSON (in a rather inconvenient way). To see it in action, copy it into … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Leave a comment