Found another minute to be on...
I added some experimental font hook routines and an omnicalc font compatible hook
The fonts are 5x7 (normal) 6x8 (experimental) and 8x8 (experimental)
I added more drawing commands

I am working on some multi precision math... I can now divide 256 bit numbers... that means a little bigger than 1e77 and I can easily tweak it to allow much larger numbers.
Erm, I am working on some new sprite routines
The main screen now lets you do stuff.
For some reason, the parser hook crashes randomly, even on regular commands. I have to wait 'till I get back to figure out why.I'm using the huge number math routines to make a base converter of large numbers (like base 3 to base 32

)