Will eventually be a livecoding demo for the C64
Find a file
John Lorentzson b22f043523 Proof of concept compiler
Compiles hand-created nodes for subroutine calls, forward branching,
and fixed-length looping into textual 6502 assembly code. Currently
only outputs this code to standard output for inspection.
2025-03-27 22:40:56 +01:00
wip-duuqnd Proof of concept compiler 2025-03-27 22:40:56 +01:00
wip-hugo Rename memory operation and create files for later text drawing stuff 2025-03-27 21:12:40 +01: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