[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ProDos version of Extra K?
Somewhere, Michael Spangler <spangler@gorge.net> wrote:
>since I want
>graphics, (hires page 1) and since I need a shapetable font and an
>graphics dumper, and so on, memory is getting short for the main array.
>So putting the array in aux memory with extra variables makes a lot of
>sense.
Alternative: Alan Bird's ProBASIC. Put your arrays on RAMdisk or HD. (You
can also make your program modular and keep all the modules not in active use
on disk.)