prog8/compiler/test
Irmen de Jong ba67fd318b renamed cx16.VERA_IRQ_LINE_L to VERA_IRQLINE_L and added VERA_SCANLINE_L, to align with official register naming.
Also added a multi-irq example for the X16 to show the updated irq handler semantics.
2023-11-22 18:36:24 +01:00
..
arithmetic
ast better const-evaluation of addressOf a memory mapped variable 2023-11-08 22:04:41 +01:00
codegeneration fix compiler crash on ptrvar[n+1] = ptrvar[2] 2023-11-14 21:46:11 +01:00
comparisons
fixtures
helpers
vm
helpers_pathsTests.kt
ModuleImporterTests.kt allow more curly brace styles 2023-06-27 01:59:22 +02:00
ProjectConfig.kt
TestAstChecks.kt message 2023-11-17 00:37:12 +01:00
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt renamed cx16.VERA_IRQ_LINE_L to VERA_IRQLINE_L and added VERA_SCANLINE_L, to align with official register naming. 2023-11-22 18:36:24 +01:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt
TestGoldenRam.kt add a %zpallowed option to specify the range of zeropage register that can be used 2023-11-03 00:19:25 +01:00
TestImportedModulesOrderAndOptions.kt improve the way %option merge works, you can now merge your own code with library code for instance. 2023-11-14 23:04:13 +01:00
TestLaunchEmu.kt
TestMemory.kt
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt fix name check in inline asm 2023-11-21 01:26:50 +01:00
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt
TestSymbolTable.kt
TestTypecasts.kt
TestZeropage.kt add a %zpallowed option to specify the range of zeropage register that can be used 2023-11-03 00:19:25 +01:00