Tagged Questions

20
votes
8answers
5k views

Best resource for serious Commodore 64 programming

What is the best resource for serious Commodore 64 programming? Assume that serious programming on the Commodore 64 is not done in BASIC V2 that ships with the Commodore 64. I feel like most of the ...
11
votes
1answer
94 views

How to disable screen in Commodore 64?

I know this question is very spesific question but I know there are some c64 code gurus around here. So, here is my question. When I try to disable screen using $d011 trick, upper/lower border also ...
1
vote
2answers
85 views

Compare keystrokes - Assembly CCS64

I want to compare keystrokes in assembly (CCS64). If I type in the same key in a row I want to do something example: A A = do this but if I type this: A B = do something else Suggestions?