关于
mcp-c64 serves as a bridge for modern development environments, including LLM-powered IDEs, to target the vintage Commodore 64. It integrates seamlessly with essential retro development tools like VICE for emulation, 64tass for assembly, and petcat for BASIC tokenization. The server allows users to compile, tokenize, and run C64 programs, streamlining the entire development workflow for this classic platform. A minimal command-line REPL client is also included for direct interaction and testing of the server's capabilities.
主要功能
- Launch and run .prg format programs in the VICE emulator
- Configurable paths for assembler, tokenizer, emulator, and source folders
- REPL client for direct server interaction and tool invocation
- 0 GitHub stars
- Assemble 6502 assembly language programs to .prg format
- Tokenize BASIC programs to .prg format
使用案例
- Develop, assemble, and run 6502 assembly language programs for the Commodore 64.
- Tokenize and execute BASIC programs for the C64 from modern development environments.
- Integrate Commodore 64 development workflows into AI-powered coding assistants or IDEs.