Will eventually be a livecoding demo for the C64
Find a file
John Lorentzson a18c13a86e Add value allocator (typically called register allocator)
It's unfinished and doesn't optimize space used by temporary
variables. Every temporary gets its own memory slot right now.
2025-07-01 13:38:31 +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 value allocator (typically called register allocator) 2025-07-01 13:38:31 +02:00
wip-hugo add more circle testing and remove none working offsets 2025-07-01 01:19:21 +02:00
.gitignore update gitignore 2025-05-02 21:52:24 +02:00
README.md Initial commit 2025-02-27 21:57:44 +01:00

C64 Livecoding demo

WIP