Tagged Questions
6510 is a microprocessor designed by MOS Technology, Inc. It is the modified version of 6502 microprocessor with 8-bit IO port addition. 6510 is famous by being used on Commodore 64.
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
93 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 ...
3
votes
3answers
391 views
Emulator Framework
Are there any good open source frameworks for developing computer system emulators? I am particularly interested in something written in Python or Java that can reduce the effort involved in ...
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?