Date : Tue, 28 Oct 2003 18:13:09 -0800
From : Angus Duggan <angus.duggan@...>
Subject: Re: Eprom Burning
Ben Newsam writes:
>It is highly unlikely that optimised machine code can be compressed to
>any great degree at all.
The 6502 instruction set is fairly sparse, and the instructions actually used
are a subset of that; a Huffman encoding based on the frequency of
instructions and data locations in a particular program might get quite a bit
out of it. It would be an interesting project, but I'm afraid I don't have
time to experiment with it right now :-(
a.