Programming the Commodore 64 with .NET
9 days ago
- #Retro Development
- #C64 Programming
- #Modern Tooling
- Build, assemble, run, and debug C64 programs within an IDE.
- Supports Retro development with modern tooling.
- Emit PRG/D64 files and auto-launch into VICE from .NET.
- Features Asm6502 labels, sections, data blocks, and source mapping back to C#.
- Convert Skia drawings to C64 sprite bytes automatically.
- Includes loader, relocator, and player for music with target address and ZP ranges.
- Ideal for quick demos and prototyping with Core helpers like C64Assembler and Zero-Page allocator.
- Debugging support in VS Code: inspect registers, memory, VIC/SID registers, breakpoints, and execution control.