prog8/compiler
Irmen de Jong a289b32053 Revert "added -verafxmul compiler option to use vera fx multiplication routine on cx16"
This reverts commit 690782bf.
It was too risky, using vera (especially fx) transparently in multiple places especially perhaps in IRQ handlers will create havoc unless much intricate care is taken to save/restore the vera state. Better to do vera fx explicitly where the programmer has full control.
2023-10-02 21:08:52 +02:00
..
res added verafx.clear() 2023-10-02 01:34:56 +02:00
src/prog8 Revert "added -verafxmul compiler option to use vera fx multiplication routine on cx16" 2023-10-02 21:08:52 +02:00
test Revert "added -verafxmul compiler option to use vera fx multiplication routine on cx16" 2023-10-02 21:08:52 +02:00
build.gradle update to Antlr 4.13.1 2023-09-14 21:11:55 +02:00
compiler.iml fixed silly if-goto expression code in IR codegen where it used too many branching instructions 2022-12-12 22:47:15 +01:00