ricardoquesada/regenerator2000
An interactive disassembler for the CPU 6502, focused mostly on Commodore 8-bit computers. Features a TUI with modern features like x-ref, undo/redo, arrows, keyboard-driven, mcp server, VICE debugger and more!
This tool helps retro computing enthusiasts and game developers understand and modify programs for Commodore 8-bit computers like the C64. It takes various binary files (like .prg, .d64 disk images) and displays their underlying 6502 machine code, alongside visual representations of sprites, bitmaps, and character sets. The output is a clear, labeled disassembly that can be exported to common 6502 assemblers, making it easier to reverse engineer or debug old software.
Use this if you need to analyze, debug, or modify assembly code for 6502-based Commodore systems, especially when dealing with `.prg` files or disk images.
Not ideal if you are working with modern systems, different CPU architectures, or if your primary goal is high-level code analysis rather than low-level assembly.
Stars
71
Forks
6
Language
Rust
License
Apache-2.0
Category
Last pushed
Mar 11, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/ricardoquesada/regenerator2000"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
drhelius/Gearboy
Game Boy / Gameboy Color emulator, debugger and embedded MCP server for macOS, Windows, Linux,...
drhelius/Gearsystem
Sega Master System / Game Gear / SG-1000 emulator, debugger and embedded MCP server for macOS,...
svnscha/mcp-windbg
Model Context Protocol for WinDBG
miscusi-peek/cheatengine-mcp-bridge
Connect Cursor, Copilot & Claude directly to Cheat Engine via MCP. Automate reverse engineering,...
microsoft/DebugMCP
Gift your VS Code agent a real debugger: breakpoints, stepping, inspection.