Good Vic-20 e-book for programmers?

Basic and Machine Language

Moderator: Moderators

Post Reply
The Geek on Skates
Vic 20 Drifter
Posts: 33
Joined: Fri Jul 12, 2019 6:11 am
Website: http://www.geekonskates.com
Occupation: Code Monkey

Good Vic-20 e-book for programmers?

Post by The Geek on Skates »

Hey guys, happy Friday Eve! :)

The more I read through the manual, the more I struggle to find stuff. The manual is very much geared toward people who have never used a computer before, and strongly emphasized BASIC. I think that's one of the many reasons it was such a hit, but it also makes it hard to find stuff that's important to know if you're gonna build games in Assembly. For example, it explains the INPUT command, but not how to read the keyboard or joystick. I've poked around (cheesy pun definitely intended :lol:) with things like the character buffer, the value at 197/$C5 ("is a key pressed"), and a few other things, and I can kinda fake it, but it would be really nice to learn how most games do it. That's just one example out of many; others include the Assembly equivalent of WAIT, how to redefine a character, and I could go on.

So are there any good e-books out there on the VIC that's meant more for experienced programmers? Right now my only resources are the manual, this forum, and whatever else I can scrounge off the web. :lol:

Thanks!
User avatar
highinfidelity
Vic 20 Nerd
Posts: 644
Joined: Thu Jul 28, 2011 2:34 am
Website: http://www.hirtel.it
Location: Torino, Italy.

Re: Good Vic-20 e-book for programmers?

Post by highinfidelity »

GOD is REAL. Unless declared DOUBLE PRECISION.
The Geek on Skates
Vic 20 Drifter
Posts: 33
Joined: Fri Jul 12, 2019 6:11 am
Website: http://www.geekonskates.com
Occupation: Code Monkey

Re: Good Vic-20 e-book for programmers?

Post by The Geek on Skates »

Whoa! I asked for a book, and you gave me a library! :lol: There are so many books here I see I'll be busy reading (and coding) for many weekends to come.

Seriously tho, this is awesome! Thanks!
User avatar
srowe
Vic 20 Scientist
Posts: 1340
Joined: Mon Jun 16, 2014 3:19 pm

Re: Good Vic-20 e-book for programmers?

Post by srowe »

My 5 top list would be:
  • VIC Revealed
  • VIC20 Programmers Reference
  • Compute's VIC20/C64 Tool Kit (KERNAL)
  • Compute's Mapping the VIC-20
  • 6502 Assembly Language Progamming
20questions
Vic 20 Hobbyist
Posts: 114
Joined: Sun Mar 10, 2019 7:39 pm
Location: lodi california
Occupation: student

Re: Good Vic-20 e-book for programmers?

Post by 20questions »

this is...wow :D
Bedroom coder=rock star
modern coder= pop star
i'd rather be a rock star than a pop start 8)
Post Reply