prog8/compiler/test
Irmen de Jong f470576822 it's now possible to use symbols that are the same name as 6502 instructions
because these are now prefixed internally before generating assembly.
2022-11-30 18:39:56 +01:00
..
arithmetic
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
TestCallgraph.kt
TestCompilerOnCharLit.kt
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
TestImportedModulesOrderAndOptions.kt
TestLaunchEmu.kt p8ir file format is now valid XML 2022-11-11 23:35:52 +01:00
TestMemory.kt cleanup 2022-05-22 23:11:22 +02:00
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt
TestSymbolTable.kt
TestTypecasts.kt
TestZeropage.kt