[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DRAW & XDRAW... How to use



It really depends on if you intend to distribute the program.
While it is possible to use the aux memory with the 'block 
driver' I sent out, you will have to add the routines to grab
the data.

The reason I never did this, Zbasic 128k stores program code
in the aux bank and free/variable memory is in main ram. With
this setup, I could use the routine for either version.

I don't think it would be hard to adapt, but with P8 and basic
you have other problems. IE /ram for one. You could always use
the double hi-res trick of saving a file of 8k and then use the
aux hi-res ram for graphics data.

Phoenyx