prog8/compiler/test
2023-10-17 03:08:37 +02:00
..
arithmetic
ast 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
codegeneration fix signed byte to word sign extension in assignment 2023-10-17 03:08:37 +02:00
comparisons
fixtures
helpers added -breakinstr compiler option 2023-10-15 21:55:09 +02:00
vm
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestAstChecks.kt
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt added -breakinstr compiler option 2023-10-15 21:55:09 +02:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt added -breakinstr compiler option 2023-10-15 21:55:09 +02:00
TestGoldenRam.kt
TestImportedModulesOrderAndOptions.kt Revert "added -verafxmul compiler option to use vera fx multiplication routine on cx16" 2023-10-02 21:08:52 +02:00
TestLaunchEmu.kt
TestMemory.kt
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt
TestSymbolTable.kt added %option verafxmuls 2023-10-05 22:06:33 +02:00
TestTypecasts.kt fix signed byte to word sign extension in assignment 2023-10-17 03:08:37 +02:00
TestZeropage.kt