Will eventually be a livecoding demo for the C64
Find a file
hugova 7f56f90613 Changed 16-bit value syntax from using > and < in addresses to using +1.
This was recomended by dicander and duunqnd because  A =$ABAC
looks like one address and not 2 zero-page addresses.
2025-04-28 12:56:52 +02:00
wip-dicander Added Marcus first effect, with help from Duuqnd and hugova 2025-04-03 23:22:57 +02:00
wip-duuqnd Add method for compiling nodes following the NEXT chain 2025-03-28 11:47:27 +01:00
wip-hugo Changed 16-bit value syntax from using > and < in addresses to using +1. 2025-04-28 12:56:52 +02:00
.gitignore Add *.lst to .gitignore 2025-03-27 19:48:50 +01:00
README.md Initial commit 2025-02-27 21:57:44 +01:00

C64 Livecoding demo

WIP