Discovered: Commodore 64C used in an auto repair shop (2018)
I’ve recently discovered a tweet that showed a Commodore 64C complete with green monitor and 1541-II drive, heavily dust covered, but...
Radio and PodcastLive Radio & PodcastsOpening Radio and Podcast...

Radio and PodcastLive Radio & PodcastsFetching podcast shows and categories...
Radio and PodcastLive Radio & PodcastsFetching podcast episodes...
Join me for tips and tricks on programming BASIC and Assembly on vintage Commodore systems.
I’ve recently discovered a tweet that showed a Commodore 64C complete with green monitor and 1541-II drive, heavily dust covered, but...
In this screencast I’ll show you how to write your own INPUT routine in Commodore BASIC. This comes in handy when you want to reject c...
In this episode I’ll show you how to create the iconic flashing borders on Commodore machines. Back in the day, when the system was lo...
In this episode I’ll demonstrate how to use programmatic loops in Commodore BASIC. I’ll show you how to use the FOR/NEXT loop (a...
In this episode I’ll explain the concept of Flow Control in Commodore BASIC. It’s kind of a video update of a post I did a while...
Did you know you can run Commodore BASIC v2 on your Mac and Linux systems as a scripting language? It’s true – thanks to the mar...
The Commodore 128 has a built-in machine language monitor which makes it ideal for ML development. However, most (or pretty much all) docume...
In this episode I’m adding statistics support to my previous lottery generator on the Commodore 64. I’ll add an array that is up...
In this episode I’m amending my previous lottery number generator to take six lucky numbers from the user to match against the randoml...
In this episode I’ll show you three ways to take user input from the keyboard in Commodore BASIC. The INPUT and GET commands work on a...
In this episode I’m demonstrating how to print numbers in evenly spaced columns in Commodore BASIC. On the C128 and the Plus/4 we can...
In this episode I’ll demonstrate how to sort a numeric array on the Commodore 64. The same principle works for string arrays, and of c...
In this episode I’ll demonstrate how to draw random lottery numbers on a Commodore 64. The secret sauce here is not only the RND funct...
In this episode I’m demonstrating how to build a word splitter on the Commodore 64. We’ll use string functions to parse a senten...
In this video I’ll demonstrate how to build a simple clock on the C64. We’ll go through this process step by step, including the...
In this episode I’ll demonstrate how to create those seemingly random YouTube Video IDs using a Commodore 64. Here’s the code I&...