Fix compiler crash in for loops with just 1 iteration

This commit is contained in:
Irmen de Jong
2024-09-05 21:23:17 +02:00
parent 5c45adc7f0
commit 29dd758302
7 changed files with 95 additions and 35 deletions

View File

@@ -1,9 +1,6 @@
TODO
====
Fix compiler crash for: for radius in 100 downto 100 step -10
Improve register load order in subroutine call args assignments:
in certain situations, the "wrong" order of evaluation of function call arguments is done which results
in overwriting registers that already got their value, which requires a lot of stack juggling (especially on plain 6502 cpu!)