Post #4383112
2026-08-04 20:54 UTC
I love it when you can sort of finally congeal scattered projects together into something useful.
This is a serverless, single-page x86 disassembler, that runs my marty_dasm disassembly library as wasm in your browser.
It may be the only disassembler with specific, CPU-faithful architecture modes.
You want to select 8088 and disassemble 0F as POP CS? Go for it.
#retrocomputing #assembly #emulation
Replies (1)
-
@gloriouscow@oldbytes.space 2026-08-04 20:55
It's based on MartyPC's internal disassembler, so it supports every single undocumented and microcode-aliased instruction.