Add instructions to the vmem list to draw objects. An example program to draw a cube has been included. Every instruction is an item in the list, with its arguments following as separate items in the list. Available instructions: clear : Clear the screen penup : Stop drawing pendown : Continue drawing goto [x] [y] : Go to an absolute position move [x] [y] : Move to a relative position gomouse : Go to the mouse pointer
PRESS SPACEBAR TO TOGGLE THE VARIABLES. YOU NEED TO TOGGLE THE VARIABLES TO MAKE YOUR OWN PROGRAM. Inspired by this video on the Atari Quadrascan: https://www.youtube.com/watch?v=smStEPSRKBs