Hacker News new | ask | show | jobs
by michalpleban 237 days ago
I am using ca65 / cc65 for all my Commodore programming. Should run under Linux just fine.
2 comments

Prog8 requires 64tass (for which a .deb package exists it looks like) and a Java runtime: https://github.com/irmen/prog8

TRSE should also work on Linux: https://lemonspawn.com/turbo-rascal-syntax-error-expected-bu...

Thanks a lot, I will check it out.