Welcome to my repository of Commodore 64 programs! This collection showcases the creativity and possibilities of retro computing, with examples written in both BASIC and Assembly language.
.PRG
: Executable programs for the C64. Precompiled binaries ready to load and execute on emulators or real hardware (requires disk/other media transfer for real hardware)..BAS
: Source code for Commodore BASIC programs. Easily modified directly in a text editor or IDE..ASM
: Source code for C64 (6502) assembly programs. Easily modified directly in a text editor or IDE. Requires an assembler.
.PRG
Files:- Load these directly into your emulator or a real C64 system and
RUN
.
- Load these directly into your emulator or a real C64 system and
.BAS
Files:- Open/edit in a text editor, then enter into an emulator or a real C64 system and
RUN
.
- Open/edit in a text editor, then enter into an emulator or a real C64 system and
.ASM
Files:- Assemble into a .prg with an assembler, then load into an emulator or a real C64 system and
RUN
.
- Assemble into a .prg with an assembler, then load into an emulator or a real C64 system and
- VICE Emulator for running programs.
- CBM .prg Studio for working with Assembly Language files.
This project is licensed under the MIT License. Feel free to contribute, share, or modify!
Thank you for exploring my Commodore 64 programs!
This repository is continually evolving as I add new programs and refine existing ones. Feedback is welcome!