Okee dokey then, I have now added several functions:
' is used to use the second set of vars (for example, A'-1→B)
" is used to use a BASIC string (for example,
Text(0,0,"Str1)
RecallPic is used to copy pictures to the graph screen (for example,
RecallPic 23)
StorePic is used to store the graph image to a picture (for example,
StorePic 17)
Full is used to set the clock speed to 15MHz (or 6MHz if you add a 0 to the end)
Pt-On( draws a sprite using a hex string.
All string arguments must be the last on a line, so with the Pt-On( thing, you need to do something like this:
1 2 3
| :0 :Pt-On("Str1 :8,0,0,2 |
I'm a bit sleepy at the moment, so I'm not going to go into too many details. If anybody has questions or ideas for changes/additions, feel free to mention them!