[A83] Re: Ion Decompress


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

[A83] Re: Ion Decompress




ion decompress is merely a unpacker that unpacks bits:

.db %10011010 -> .db 1,0,0,1,1,0,1,0  ; factor 2
.db %10011100 -> .db 2,1,3,0  ;factor 4
.db $F2 -> .db 15,2     ;factor 16

(not entirely sure whether it goes MSB or LSB first though)

If you have data with lots of repetition, you should try custom RLE formats 
instead...

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com