slight optimization of repeat loop (> 256 iters) code generation on 65c02 cpu

This commit is contained in:
Irmen de Jong
2022-01-01 14:08:36 +01:00
parent 1e8d8e40a2
commit 9e90dbdde6
2 changed files with 65 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ TODO
For next compiler release (7.6)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
see if the 16 bit repeat code can be optimized on 65c02 a bit more as well, like the 8 bit
...
Need help with