Programming the Commodore 64 with .NET

58 points4 comments6 days ago
metadata

Such a cool side project. And with LiveReload!

lysace

It would have been cool to get some subset of the dotnet runtime running on the C64.

This is not it. It's a desktop IDE built using dotnet that assembles 6502 instructions.

Many similar projects exist. My favorite is the one that compiles something similar to Turbo Pascal to C64 6502. It's implemented in Qt, but noone ever tried to market it that way:

https://github.com/leuat/TRSE

Turbo Rascal Syntax Error

show comments
indigodaddy

Super cool, this is what HN is all about for me.