prog8/compiler
Irmen de Jong 176ec8ac7d fix 6502 codegen bug: complex comparison expression is evaluated wrong.
Fixed by reintroducing splitting of comparison expression in if statements by using a temporary variable and/or register to precompute left/right values.
2022-08-23 00:05:57 +02:00
..
res version 2022-08-21 14:37:10 +02:00
src/prog8 fix 6502 codegen bug: complex comparison expression is evaluated wrong. 2022-08-23 00:05:57 +02:00
test move 2022-08-14 13:17:03 +02:00
build.gradle move the vm unit tests to codeGenVirtual module and remove virtualmachine dependency in the compiler module 2022-07-17 12:56:22 +02:00
compiler.iml move the vm unit tests to codeGenVirtual module and remove virtualmachine dependency in the compiler module 2022-07-17 12:56:22 +02:00