Will eventually be a livecoding demo for the C64
Find a file
John Lorentzson 016d7ededd Various additions and changes to compiler backend for IFs and calls
Branching now exists in a general way (work for tests requiring
multiple branch instructions still needed) that works for both storing
test results and taking branches in code.

De-duplicated arguments to calls now load correctly.
2025-07-06 22:26:34 +02:00
wip-dicander Added Marcus first effect, with help from Duuqnd and hugova 2025-04-03 23:22:57 +02:00
wip-duuqnd Various additions and changes to compiler backend for IFs and calls 2025-07-06 22:26:34 +02:00
wip-hugo Remove bodge macro in circledraw and use jmp in other addressing mode 2025-07-03 17:50:52 +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