mirror of
https://github.com/irmen/prog8.git
synced 2025-07-25 11:24:15 +00:00
Fix compiler crash in for loops with just 1 iteration
This commit is contained in:
@@ -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!)
|
||||
|
Reference in New Issue
Block a user