Commodore 64 Basic Programs
This page contains a list of Commodore 64 Basic programs that contain some games that I’ve written and some take from books. They can be downloaded in both CBM Prg Studio format and as a D64 image file. Commodore 64 provided a built in BASIC that allowed use of creating your own programs, projects, and utilities back in the early 80’s.
Each page of these Commodore 64 Basic programs also allows you to view them in PDF format and contains screenshots of the code. This makes it easier to learn from a listing before you actually download it. All the programs are also free to download, so feel free to explore at your leisure!
There are also some Basic programming text adventures that can be found on this page. On my website also, I have included an example of a Text Adventure that you can learn from step by step.
VICE C64 Live Emulator
I have now included an embedded VICE emulator on this page that can be used with the Basic programs downloaded in this section. To see an example follow these steps.
-
First select a program you would like to run in Basic
-
Then click on the VIEW PROJECT button
-
Once on the new page, click on the D64 File Download
-
Return to this page
-
Click on the menu C64/Attach D64
-
Look for the project you downloaded and unzipped
-
VICE C64 will show again
-
View a directory with LOAD “$”,8
-
Search for the file
-
Then LOAD”filename”,8
Keep in mind you can also just drag and drop a D64 file straight into the VICE window. It will then capture the first file in the directory and run it. Then you can always break out (with escape) and load up the actual file you want to see in Basic.