fix TODO crash on uword[0] = uword[0] or 128 (byte register assign to word array)

This commit is contained in:
Irmen de Jong
2023-12-02 21:10:51 +01:00
parent ead8c59bda
commit 48f09f71ab
4 changed files with 21 additions and 15 deletions
-2
View File
@@ -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()