mirror of
https://github.com/irmen/prog8.git
synced 2025-07-15 21:24:11 +00:00
assem
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
TODO
|
||||
====
|
||||
|
||||
- add syslib.rdtim16() function to wrap the RDTIM to read only the lower 16 bits of the jiffyclock - fix examples.
|
||||
- move all str* builtin functions to a str library module
|
||||
- detect variables that are written but never read - mark those as unused too and remove them, such as uword unused = memory("unused222", 20) - also remove the memory slab allocation
|
||||
- hoist all variable declarations up to the subroutine scope *before* even the constant folding takes place (to avoid undefined symbol errors when referring to a variable from another nested scope in the subroutine)
|
||||
- make it possible to use cpu opcodes such as 'nop' as variable names by prefixing all asm vars with something such as '_'
|
||||
|
Reference in New Issue
Block a user