Re: A86: Compression Program


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

Re: A86: Compression Program




> I was thinking it would be very cool to have a compression system like
> double space and pklite and pkzip for the 86.

Theoretically, it might be possible to, like DoubleSpace, compress
the entire user RAM and have an interrupt to decompress variables
as they are accessed. The VAT and the settings and RAM 1 etc.
would remain intact, but all vat entries would point to the start of
user mem. When a user variable is accessed, the variable
is decpmpressed to the start of RAM 1. Ideas anyone? Ruminate.


Follow-Ups: