Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by cliffhall • Uncategorized
An MCP server for assembling, tokenizing, and running Commodore 64 BASIC and Assembly programs.
Assemble 6502 assembly language programs into .prg format for the Commodore 64.
Tokenize BASIC programs into .prg format compatible with the C64.
Run and test assembled or tokenized C64 programs within the VICE emulator.
This MCP server provides an optimal development stack for Commodore 64 programming, integrating tools like VICE emulator, 64tass assembler, and petcat tokenizer. It offers a REPL client for direct interaction and supports assembling 6502 assembly code, tokenizing BASIC programs, and running .prg files in the emulator. The server facilitates streamlined development and testing of C64 programs with configurable environment settings.
Assemble an assembly language program. Only the .asm source filename is required in file parameter, output .prg and .map files will be generated. Any additional args such as -a, -cbm-prg, etc. should be supplied in an array in the args parameter.
Tokenize a BASIC program. Only the .bas source filename is required in file parameter, output .prg file will be generated. Any additional args such as -w2, etc. should be supplied in an array in the args parameter.
Run an assembled or tokenized program. The .prg filename is required in file parameter, and the program's path is required in path parameter. Any additional args such as -console, etc. should be supplied in an array in the args parameter.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.