prog8/compiler
Irmen de Jong 6bc079c7b7 more asm symbol prefixing: variables with p8v_, subroutines with p8s_ etc
labels with p8l_ . All this to avoid symbol clashes in the generated assembly code.
Everything got its own distinguishing prefix so we're done with it once and for all and have only 1 breaking change moment.
2023-12-20 22:20:59 +01:00
..
res cx16: added all remaining audio kernal routines. added the three x16edit kernal entry points. 2023-12-18 22:16:44 +01:00
src/prog8 added symbol ambiguity error (variable vs block name for scoped symbols) 2023-12-20 00:28:15 +01:00
test more asm symbol prefixing: variables with p8v_, subroutines with p8s_ etc 2023-12-20 22:20:59 +01:00
build.gradle update kotest library 2023-11-22 18:40:07 +01:00
compiler.iml fixed silly if-goto expression code in IR codegen where it used too many branching instructions 2022-12-12 22:47:15 +01:00