Skip to content

nullman/c64-cc65

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cc65 Programs for the C64

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.

qix-lines/qixlines.gif

Attempt at a multi-colored version of Qix Lines, but it is both slow and not working ATM.

About

cc65 Programs for the C64

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published