See the “Build and Run” sections of c64-cc65.org to see how to build, clean, and run these applications using the VICE emulator. In general you follow these steps:
Build with make
.
Clean with make clean
.
Run with x64sc NAME.prg
.
All files are generated from c64-cc65.org using Emacs’ org-mode literate programming system to “tangle” them.
The example code at 8bitworkshop was instrumental in creating these programs.
Copyright © 2023 Kyle W T Sherman
License: MIT License
Just prints “HELLO WORLD!”.
Displays some basic system information.
Draws lines on the screen like the game Qix.
Attempt at a multi-colored version of Qix Lines, but it is both slow and not working ATM.