mirror of
https://github.com/irmen/prog8.git
synced 2026-04-26 05:17:54 +00:00
fix TODO crash on uword[0] = uword[0] or 128 (byte register assign to word array)
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
TODO
|
||||
====
|
||||
|
||||
- fix crash on uword[0] = uword[0] or 128
|
||||
- uword scanline_buf = memory("scanline", 320, 0) different result when inside a sub or outside a sub??! (imageviewer iff module)
|
||||
- [on branch: shortcircuit] investigate McCarthy evaluation again? this may also reduce code size perhaps for things like if a>4 or a<2 ....
|
||||
- once VAL_1 is merged into the kernal properly, remove all the workarounds in cx16 floats.parse_f()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user