prog8/compiler/test/codegeneration
Irmen de Jong b7a622c68e fix alignment of uninitialized arrays in aligned blocks (make them initialized with zeros so they don't end up in the BSS section)
fix alignment of uninitialized arrays in aligned blocks (make them initialized with zeros so they don't end up in the BSS section)
2023-10-04 00:12:36 +02:00
..
TestArrayThings.kt uniform symbol prefixing with p8_ 2023-07-02 06:15:09 +02:00
TestAsmGenSymbols.kt fix alignment of uninitialized arrays in aligned blocks (make them initialized with zeros so they don't end up in the BSS section) 2023-10-04 00:12:36 +02:00
TestVariables.kt get rid of newexpr compiler option 2023-07-02 15:26:04 +02:00
TestVariousCodeGen.kt fixed assigning byte to word not clearing msb sometimes 2023-07-16 23:16:32 +02:00