prog8/compiler/test
2022-12-04 13:03:38 +01:00
..
arithmetic replace rnd()/rndw() builtin functions by regular routines in math module 2022-10-22 17:02:43 +02:00
ast fix crash on empty conditional branch statement (if_cc { } ) 2022-11-23 02:14:48 +01:00
codegeneration it's now possible to use symbols that are the same name as 6502 instructions 2022-11-30 18:39:56 +01:00
comparisons
fixtures it's now possible to use symbols that are the same name as 6502 instructions 2022-11-30 18:39:56 +01:00
helpers
vm - ir codegen now allows subroutine having the same name as its block 2022-11-28 21:54:33 +01:00
helpers_pathsTests.kt ir: fix inlineasm linking 2022-10-31 23:59:33 +01:00
ModuleImporterTests.kt
ProjectConfig.kt
TestAstChecks.kt fix compiler crash: if uwordvar > label 2022-11-26 14:39:03 +01:00
TestBuiltinFunctions.kt replace rnd()/rndw() builtin functions by regular routines in math module 2022-10-22 17:02:43 +02:00
TestCallgraph.kt
TestCompilerOnCharLit.kt consolidating modules 2022-03-11 20:45:39 +01:00
TestCompilerOnExamples.kt added cx16diskio.f_seek() function to seek to a position in an opened file 2022-11-23 01:48:04 +01:00
TestCompilerOnImportsAndIncludes.kt it's now possible to use symbols that are the same name as 6502 instructions 2022-11-30 18:39:56 +01:00
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt ir: fix inlineasm linking 2022-10-31 23:59:33 +01:00
TestGoldenRam.kt preparing to add Golden RAM 2022-12-03 00:21:31 +01:00
TestImportedModulesOrderAndOptions.kt
TestLaunchEmu.kt vm: memory is randomized on start instead of 0. P8ir file now has BSS segment. Vm clears BSS vars to 0. 2022-12-03 17:46:06 +01:00
TestMemory.kt
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt replace rnd()/rndw() builtin functions by regular routines in math module 2022-10-22 17:02:43 +02:00
TestSymbolTable.kt ir: uninitialized vars remain empty, bss section classifier (unused for now as there are no segements yet) 2022-09-28 16:56:50 +02:00
TestTypecasts.kt Fix some FP related assignment issues in 6502 codegen. 2022-12-04 13:03:38 +01:00
TestZeropage.kt preparing to add Golden RAM 2022-12-03 00:21:31 +01:00