prog8/compiler/test/codegeneration
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
..
TestArrayThings.kt more asm symbol prefixing: variables with p8v_, subroutines with p8s_ etc 2023-12-20 22:20:59 +01:00
TestAsmGenSymbols.kt multi var declarations ubyte x,y,z 2023-12-08 22:18:21 +01:00
TestVariables.kt more asm symbol prefixing: variables with p8v_, subroutines with p8s_ etc 2023-12-20 22:20:59 +01:00
TestVariousCodeGen.kt more asm symbol prefixing: variables with p8v_, subroutines with p8s_ etc 2023-12-20 22:20:59 +01:00