Will eventually be a livecoding demo for the C64
Find a file
John Lorentzson ea31bac351 Fix compilation of loops with variable as stop value
It was previously decided that, since the language is not to be
Turing-complete, a loop that takes a variable for its upper bound
should use the variable's value at the time of the loop's start, not
look it up. I forgot this while writing the syntax->IR compiler, so
loops with non-constant stop counts failed to compile.
2025-07-09 13:32:00 +02:00
wip-dicander Added Marcus first effect, with help from Duuqnd and hugova 2025-04-03 23:22:57 +02:00
wip-duuqnd Fix compilation of loops with variable as stop value 2025-07-09 13:32:00 +02:00
wip-hugo Fix incorrect user procedure declarations in assembly routines 2025-07-08 11:39:24 +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