prog8/compiler/test
2024-11-08 19:03:48 +01:00
..
arithmetic
ast romsub keyword is now extsub 2024-11-06 22:14:53 +01:00
codegeneration @initonce variable tag to skip variable reinitialization 2024-11-08 19:03:48 +01:00
comparisons
fixtures romsub keyword is now extsub 2024-11-06 22:14:53 +01:00
helpers no longer silently add RTS to asmsubs that don't have one 2024-10-27 13:49:00 +01:00
vm
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestBuiltinFunctions.kt
TestCallgraph.kt move the program startup and cleanup machinery to the front of the program to keep it in system ram 2024-11-05 22:12:25 +01:00
TestCompilerOnCharLit.kt romsub keyword is now extsub 2024-11-06 22:14:53 +01:00
TestCompilerOnExamples.kt added c64.banks() and c64.getbanks() and c64 banking example 2024-11-04 20:14:30 +01:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt no longer silently add RTS to asmsubs that don't have one 2024-10-27 13:49:00 +01:00
TestGoldenRam.kt added memtop to machine definition and asm source code check 2024-11-02 00:59:07 +01:00
TestImportedModulesOrderAndOptions.kt fix double %option merge problem where it deleted all of the blocks 2024-11-03 13:36:14 +01:00
TestLaunchEmu.kt
TestMemory.kt @initonce variable tag to skip variable reinitialization 2024-11-08 19:03:48 +01:00
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt romsub keyword is now extsub 2024-11-06 22:14:53 +01:00
TestPtNumber.kt
TestScoping.kt move the program startup and cleanup machinery to the front of the program to keep it in system ram 2024-11-05 22:12:25 +01:00
TestStringEncodings.kt
TestSubroutines.kt move the program startup and cleanup machinery to the front of the program to keep it in system ram 2024-11-05 22:12:25 +01:00
TestSymbolTable.kt
TestTypecasts.kt
TestZeropage.kt added memtop to machine definition and asm source code check 2024-11-02 00:59:07 +01:00