This commit is contained in:
Irmen de Jong 2020-03-28 14:24:00 +01:00
parent 5927cf2d43
commit bed34378be
2 changed files with 1 additions and 8 deletions

View File

@ -1 +1 @@
1.82-SNAPSHOT
1.90-SNAPSHOT

View File

@ -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?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^