hellige / dcpu

This is an emulator, assembler, and an implementation of the Forth programming language for Notch's DCPU-16. See the README for details.
Other
28 stars 6 forks source link

Access to video manipulation from Forth #9

Open fgc opened 12 years ago

fgc commented 12 years ago

Defvars for curvid, curline (maybe a defconst for vidram too) would be nice to have in order to implement page (clear screen) and at-xy (output at a particular place in the terminal). In particular "page" seems a good candidate for implementation via the forth assembler.

fgc commented 12 years ago

Seems simple enough that I could try and provide a pull request myself