mirror of
https://github.com/irmen/prog8.git
synced 2025-08-14 22:27:48 +00:00
todos for next version
This commit is contained in:
@@ -1 +1 @@
|
|||||||
5.1
|
5.2-SNAPSHOT
|
||||||
|
@@ -2,6 +2,8 @@
|
|||||||
TODO
|
TODO
|
||||||
====
|
====
|
||||||
|
|
||||||
|
- check the various math routines that are marked TODO in prog8_lib.asm for correctness...
|
||||||
|
- translate(ret: Return) optimize returning of float directly via FAC1
|
||||||
- make it possible to use cpu opcodes such as 'nop' as variable names by prefixing all asm vars with something such as '_'
|
- make it possible to use cpu opcodes such as 'nop' as variable names by prefixing all asm vars with something such as '_'
|
||||||
- option to load the built-in library files from a directory instead of the embedded ones (for easier library development/debugging)
|
- option to load the built-in library files from a directory instead of the embedded ones (for easier library development/debugging)
|
||||||
- see if we can group some errors together for instance the (now single) errors about unidentified symbols
|
- see if we can group some errors together for instance the (now single) errors about unidentified symbols
|
||||||
|
Reference in New Issue
Block a user