prog8/codeGenCpu6502/src/prog8/codegen/cpu6502
2024-02-10 01:40:36 +01:00
..
assignment fix & of pointervar indexing 2024-02-08 23:03:53 +01:00
AsmGen.kt IR: fix & of array-element 2024-02-08 21:27:53 +01:00
AsmOptimizer.kt fix non-existing instructions txy/tyx, oops 2023-12-29 03:27:35 +01:00
AsmsubHelpers.kt optimize asmsub arg evaluation order and stack usage 2023-10-28 17:29:00 +02:00
AssemblyProgram.kt mention shadowing warnings from assembler 2023-08-28 16:55:28 +02:00
BuiltinFunctionsAsmGen.kt implementing the array copys 2024-02-10 01:40:36 +01:00
Extensions.kt code cleanups 2023-07-30 18:42:45 +02:00
ForLoopsAsmGen.kt added call builtin function for indirect JSR 2023-12-17 15:45:28 +01:00
FunctionCallAsmGen.kt fix cpu register overwrites when using @(...) arguments to an asmsub 2024-02-09 19:55:35 +01:00
ProgramAndVarsGen.kt fix for certain invalid expression evaluation code. 2024-01-31 21:18:21 +01:00
VariableAllocator.kt optimize isZpVar 2023-02-16 00:41:20 +01:00