vote up 10 vote down star
5

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 knowledge is tied up in old books and not available on the internet.

All that I have found online are either very beginner style introductions to Commodore 64 programming (Hello world), or arcane demo-coder hacks to take advantage of strange parts of the hardware. I haven't found a well-explained list of opcodes, memory locations for system calls, and general mid-level examples and tips.

Main portals I have found:
lemon64
C-64 Scene Database
c64web Actually hosted on a Commodore 64!

Tools I have found:
cc65 A C compiler that can target Commodore 64.

flag

80% accept rate
Now I need to download an emulator. This question just made me wanna do C64 programming myself. – MichaƂ Piaskowski Dec 3 '08 at 9:50
viceteam.org VICE is the only way. Fast, cycle accurate emulation. Emulates all the major add-ons, drives, etc. PAL & NTSC flawlessly. – steveth45 Dec 3 '08 at 17:14
OK, nearly flawlessly, VICE isn't perfect, I've discovered. But it is the best I've found. – steveth45 Dec 11 '08 at 7:54
OK, stupid trivia here. But on the Commodore 128 there was a mode you could call that would SHUT DOWN THE VIDEO to speed up the processing. Never saw anyone use it in commercial software. You would literally have to post a message like "Shutting down video. Don't be alarmed." Good times. – jeffa00 Nov 20 at 23:39

4 Answers

vote up 10 vote down check

See if this helps..

I managed to snag a working Commodore 64 and a lot of assorted goodies (from someone who was giving it away for free) seeing it work even today was surreal. One of these days.. I'll have a better look at it..

link|flag
Thanks, those links are great. The project 64 page has a text version of the Commodore 64 Programmer's Reference Guide from your third link. This is exactly the sort of thing I was looking for. – steveth45 Nov 30 '08 at 4:23
vote up 2 vote down

This site may also be helpful. The C64 Programmers Reference already mentioned is a great resource. A text version of this book is available here.

EDIT: I now see that the comment above also mentions an electronic version of the Programmers Reference. Another source, if you can get a hold of them, are old issues of computer magazines like Compute! from back in the 80's.

link|flag
vote up 1 vote down

Check ebay, I have regularly found similar official programming docs but for the Amiga, which I prefer to reminisce about over the C64 :)

link|flag
vote up 0 vote down

In addition to what's already been mentioned:

"Programming the Commodore 64" by Raeto Collin West seemed pretty comprehensive as I remember, but I have to admit I got the book at a point when I'd already learned most of what was in it from other sources.

"The Commodore 64 ROMs revealed" by Nick Hampshire is a very useful reference book, but on its own it's not much of a "sit down and do something useful with it" learning experience. It's essentially a disassembly of the whole ROM (in 9-dot matrix printer "font") with pretty much every single instruction commented and explained.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.