This commit is contained in:
Irmen de Jong 2023-03-25 22:43:38 +01:00
parent 11216017cb
commit 0c81b32cac

View File

@ -1,15 +1,9 @@
TODO
====
replace RPN by something that actually works and is efficient...
For next minor release
^^^^^^^^^^^^^^^^^^^^^^
- ubyte fits = cx<numCellsHoriz-1 much larger code than when declared as bool ????
- if fits and @(celladdr(cx+1)) much larger code than if fits and not @(celladdr(cx+1)) ????
- @($5000 + c<<$0003) = 22 why is 22 pushed on the stack first and then popped after the address is calculated
...