Tagged Questions
21
votes
8answers
6k 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 ...
1
vote
2answers
91 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?