Re: A86: Zip?


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

Re: A86: Zip?




such a program is currently under development. note that LZSS is a much
better compression than Huffman. I am working on such a program, using
the same compression scheme that Lite86 has.

David Phillips wrote:
> 
> Kirk Meyer made a program (available at ticalc.org) that will compress an
> .86p file on the pc and turn it into a self-extracting program.  There are
> limitations, such as requiring that the extracted program to be under the
> (8k?) limit for asm programs.
> 
> Doing a PKZIP program for the calc would be pretty simple, just use huffman
> compression to turn an program var into a string var.  I might work on it
> when I get done with my current project.
> 
> --
> David Phillips
> mailto:electrum@tfs.net
> ICQ: 13811951
> AOL/AIM: electrum32

-- 

=====================================
=                                   =
=   Kirk Meyer (mailto:_@ibm.net)   =
= http://www.bigfoot.com/~kirkmeyer =
=  http://simcommunity.home.ml.org  =
=                                   =
=   "Set your affection on things   =
=    above, not on things on the    =
=      earth."  Colossians 3:2      =
=                                   =
=====================================


References: