March 24, 2026

Floppy fights, keyboard knights

A 6502 disassembler with a TUI: A modern take on Regenerator

C64 diehards cheer, purists grumble, and bot helpers crash the party

TLDR: A new retro tool, Regenerator 2000, lets fans dissect old Commodore games fast and neatly, with an optional plug-in path for helper tools. The comments split between agent-powered hype, “kids these days” nostalgia, and a debate over keyboard-only terminals versus easy web apps—showing retro is anything but quiet.

Retro fans just got a shiny new toy: Regenerator 2000, a keyboard-first tool that peeks inside classic Commodore programs and shows the code alongside the graphics it uses. It hooks into popular emulators for live debugging, exports clean source for multiple old-school assemblers, and ships blazing fast on GitHub. Cool, right? But the comments turned it into a full-on nostalgia-meets-future showdown.

The loudest cheers came from the “bring the bots” crowd. One user crowed that the built-in MCP server (a way for helper tools and “coding agents” to plug in) could make analysis of tiny 8-bit programs lightning quick, bragging about a “100x speedup.” Cue hype and raised eyebrows. Meanwhile, the elders arrived with jokes and side-eye: “Wish I had this in 1988… you kids have it easy,” one demo-scene vet sighed, sparking a meme wave of “back in my day we debugged uphill both ways.”

Then came the turf war: keyboard purists vs. browser believers. A dev dropped their own “low-friction web app” alternative, subtly roasting the old scattered toolchains while applauding this new contender. And for credibility flair, someone name-dropped creator Ricardo Quesada (yep, the cocos2d guy), which had the crowd going, “Okay, this has pedigree.” The verdict? A retro love letter that’s also picking a fight—with convenience, nostalgia, and the future of coding all at once.

Key Points

  • Regenerator 2000 is a TUI-based 6502 disassembler with full opcode support, including undocumented instructions.
  • It integrates with VICE for live debugging (breakpoints, run/step) and supports Commodore 8-bit platforms like C64, C128, and Plus/4.
  • The tool imports many formats (.prg, .crt, .d64/.d71/.d81, .t64, .vsf, .bin, .raw) and exports assembly for 64tass, ACME, Kick Assembler, and ca65.
  • Features include side-by-side hex/data views, auto-analysis, extensive editing (labels, comments, data types), navigation (jump, x-ref, history), and full undo/redo.
  • It offers an MCP server for programmatic access (HTTP/stdio), headless/verify modes for batch workflows, and installs via cargo or from GitHub source.

Hottest takes

"I feel I get roughly a 100x speedup" — s-macke
"you kids have it easy" — kimi
"my approach was to build a low-friction web app" — robindeitch
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.