From bed34378be63a1461b02330d70d0be57a2b61d9e Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sat, 28 Mar 2020 14:24:00 +0100 Subject: [PATCH] doc --- compiler/res/version.txt | 2 +- docs/source/todo.rst | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/compiler/res/version.txt b/compiler/res/version.txt index 41ee4bdb2..3503a5b95 100644 --- a/compiler/res/version.txt +++ b/compiler/res/version.txt @@ -1 +1 @@ -1.82-SNAPSHOT +1.90-SNAPSHOT diff --git a/docs/source/todo.rst b/docs/source/todo.rst index e85e4b1cc..807b887ad 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -3,19 +3,12 @@ TODO ==== - implement the asm for bitshift on arrays (last missing assembly code generation) - -- add a library asm routine to plot a single bitmap pixel -- create real assembly routines for the bresenham line and circle and disc code in bitmap gfx -- also add assembly routines for drawing rectangles (filled/open) in bitmap gfx -- add a turtle example once we have such highres drawing routines - - aliases for imported symbols for example perhaps '%alias print = c64scr.print' - option to load library files from a directory instead of the embedded ones (easier library development/debugging) - Memory Block Operations integrated in language? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^