TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

An Introduction to Programming C-64 Demos

112 pointsby elektronautover 10 years ago

8 comments

bemmuover 10 years ago
For Amiga demo programming with 68000 assembler, this video tutorial series is great as well: <a href="https://www.youtube.com/watch?v=p83QUZ1-P10" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=p83QUZ1-P10</a><p>I wish I could send these back in time to my teenage self.
评论 #8837885 未加载
antirezover 10 years ago
Example final result, apparently coded by puterman (the author of the tutorial) and others: <a href="https://www.youtube.com/watch?v=vfJjRRICzv8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=vfJjRRICzv8</a>
评论 #8836373 未加载
kareemmover 10 years ago
Wondering how to program C=64 demos back in the mid 80s kickstarted my interest in computers and ultimately my career. Jim Butterfield&#x27;s &quot;Machine Language for the Commodore 64, 128, and Other Commodore Computers&quot;[1] got me started on this path when I was 12.<p>[1] - <a href="https://en.wikipedia.org/wiki/Jim_Butterfield#Publications" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Jim_Butterfield#Publications</a>
yodsanklaiover 10 years ago
My love for computers started with my C64, I&#x27;m very nostalgic about this period. I&#x27;m very admirative to people putting so much effort into their passions.<p>However, with so many more useful (and possibly lucrative) things to learn and do, I would never find the time for programming C64 demos.
vidarhover 10 years ago
Doing some (simple, mostly unreleased) demo programming for the C-64 forever doomed me to swear whenever I see information systems with jittery, choppy or flickering scrolling text, given how easy it was to scroll text smoothly on early 80&#x27;s hardware.
评论 #8838905 未加载
jeenaover 10 years ago
I never owned a C64 so I have a question. Where do you write the Turbo Assembler code, is this code which you start typing after the C64 booted? I saw a friend to write there some basic commands like LOAD to load stuff from the casette player, is it there you just start writing assembler? Or is there some special command you have to write first, or do you need to start a texteitor or what is this &quot;monitor&quot; he is talking about? Do you need to install it first in some way?
评论 #8837563 未加载
评论 #8837499 未加载
ninjinover 10 years ago
An enjoyable read! Also from the genius Puterman, the Chipophone [1] and also some Hubbard goodness [2].<p>[1]: <a href="https://www.youtube.com/watch?v=m1pchpDD5EU" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=m1pchpDD5EU</a><p>[2]: <a href="https://www.youtube.com/watch?v=Jn2h6f1EO2k" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Jn2h6f1EO2k</a>
评论 #8836728 未加载
评论 #8836905 未加载
sgtover 10 years ago
This is exactly what I was looking for. My brother gave me a C64 (a 1982 model) for Christmas this year, so I&#x27;m going to play with this in 2015 and code some demos.