Will eventually be a livecoding demo for the C64
Find a file
John Lorentzson 7aff9db800 Add compiler optimization to get rid of IR-FETCHVARs when unneeded
It replaces the IR-FETCHVAR's result with the variable being
fetched. This only works when the only use is in an operation that
does not require a separate fetch be performed, such as those
implemented as CPU instructions.
2025-07-01 13:25:42 +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 compiler optimization to get rid of IR-FETCHVARs when unneeded 2025-07-01 13:25:42 +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