1
0
mirror of https://github.com/irmen/prog8.git synced 2025-03-20 22:30:56 +00:00
This commit is contained in:
Irmen de Jong 2023-07-24 22:36:17 +02:00
parent 65a7a8caf8
commit 78e84182f0

@ -1,7 +1,8 @@
TODO
====
- IR: reduce the number of branch instructions (gradually), replace with CMP(I) + status branch instruction
- IR: reduce the number of branch instructions such as BEQ, BEQR, etc (gradually), replace with CMP(I) + status branch instruction
- IR: reduce amount of CMP/CMPI after instructions that set the status bits correctly (LOADs? INC? etc), but only after setting the status bits is verified!
...