★ 150 stars
Rust
💻 Code/Dev Tools
Updated 17d ago
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!
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"regenerator2000": {
"command": "cargo",
"args": [
"run",
"--",
"regenerator2000"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add regenerator2000 cargo run -- regenerator2000
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"regenerator2000": {
"command": "cargo",
"args": [
"run",
"--",
"regenerator2000"
]
}
}
}
📋 Copy
Topics
6502 6502-disassembly commodore-64 commodore64 disassembler mcp-server