move test

This commit is contained in:
Irmen de Jong 2021-03-18 19:30:00 +01:00
parent 11247d52b1
commit 3e286dd14c
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
TODO
====
- add cx16 vload()
- add cx16 vload() and vsave()
- optimize several inner loops in gfx2
- 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)