An interactive disassembler for the CPU 6502, focused on Commodore 8-bit computers. Features a TUI with modern features like x-ref, undo/redo, flow arrows, keyboard-driven, MCP server for auto analysis, VICE debugger and more!
# Add to your Claude Code skills
git clone https://github.com/ricardoquesada/regenerator2000Guides for using mcp servers skills like regenerator2000.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:00:36.630Z",
"npmAuditRan": true,
"pipAuditRan": true
}regenerator2000 is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by ricardoquesada. An interactive disassembler for the CPU 6502, focused on Commodore 8-bit computers. Features a TUI with modern features like x-ref, undo/redo, flow arrows, keyboard-driven, MCP server for auto analysis, VICE debugger and more!. It has 161 GitHub stars.
Yes. regenerator2000 passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/ricardoquesada/regenerator2000" and add it to your Claude Code skills directory (see the Installation section above).
regenerator2000 is primarily written in Rust. It is open-source under ricardoquesada on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh regenerator2000 against similar tools.
No comments yet. Be the first to share your thoughts!

A modern, interactive 6502 disassembler for Commodore 8-bit machines. A modern take on Regenerator.
Use either workflow on its own, or combine them: let the AI do a first pass, then refine the results interactively.
Check out the Examples to see what can be accomplished, featuring pre-disassembled games across different Commodore platforms!
Regenerator 2000 brings modern conveniences to 6502 disassembly:

To ensure the best experience, especially regarding keyboard shortcuts and rendering, we recommend using a modern terminal.
| Platform | Recommended Terminals |
|---|---|
| Windows | Windows Terminal, Alacritty, WezTerm |
| macOS | iTerm2, Ghostty, Alacritty, kitty, WezTerm |
| Linux | Ghostty, Alacritty, kitty, WezTerm, GNOME Terminal |
cargo install regenerator2000
git clone https://github.com/ricardoquesada/regenerator2000.git
cd regenerator2000
cargo install --path .
To quickly start analyzing binaries using an AI agent (such as Antigravity or Claude Code), you can use the regenerator2000-template repository. It comes pre-configured with all the required skills and agent permissions so you can start analyzing and reverse-engineering binaries immediately.
Start the application with an optional file to load:
regenerator2000 [OPTIONS] [path/to/file.prg]
--help: Print help message--version: Print version information--import_lbl <PATH>: Import VICE labels from the specified file--export_lbl <PATH>: Export labels to the specified file (after analysis/import)--export_asm <PATH>: Export assembly to the specified file (after analysis/import)--export_html <PATH>: Export HTML to the specified file (after analysis/import)--assembler <NAME>: Override the assembler format for export. Valid values: 64tass, acme, ca65, kick--headless: Run in headless mode (no TUI), useful for batch processing--verify: Verify export roundtrip (export → assemble → diff) for all assemblers. Implies --headless--mcp-server: Run MCP server (HTTP on port 3000)--mcp-server-stdio: Run MCP server via stdio--vice <HOST:PORT>: Auto-connect to VICE binary monitor at startup (e.g. --vice localhost:6502)--dump-system-config-files <PATH>: Dump all built-in system config files (system-*.toml) to the specified directory and exit. Useful for inspecting or customizing system definitions.--dump-theme-files <PATH>: Dump all built-in theme files (theme-*.toml) to the specified directory and exit. Edit them and place in the config directory to create custom themes.--dump-enum-files <PATH>: Dump all built-in enum files (enum-*.toml) to the specified directory and exit. Edit them and place in the config directory to create custom enums.Supported file formats: .prg, .crt, .d64, .d71, .d81, .t64, .vsf, 6502bench (.dis65), .bin, .raw, and .regen2000proj.
All the keyboard shortcuts are documented here: keyboard_shortcuts
#regenerator2000 channel, under "Misc Projects")Contributions are welcome! Please feel free to submit a Pull Request.
Dual license: MIT and Apache 2