diff --git a/examples/testforloops.p8 b/compiler/test/arithmetic/testforloops.p8 similarity index 100% rename from examples/testforloops.p8 rename to compiler/test/arithmetic/testforloops.p8 diff --git a/docs/source/todo.rst b/docs/source/todo.rst index a3c696024..764580732 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -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)