x86 Assembly

Moderators: None (Apply to moderate this forum)
Number of threads: 4556
Number of posts: 16011

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Compreesor Posted by Janib Soomro on 8 Jan 2005 at 7:20 AM
Hello! Guys.
I want to know if there is some "Data Compression" source code in x86!
i want to make my own compressor, m working on one, but it's little big! so if you know where can i find simple compression algorithm or compressor source code in x86 asm arround, do tell me! thnks!
Report
Re: Compreesor Posted by Evenbit on 10 Jan 2005 at 5:17 PM
: Hello! Guys.
: I want to know if there is some "Data Compression" source code in x86!
: i want to make my own compressor, m working on one, but it's little big! so if you know where can i find simple compression algorithm or compressor source code in x86 asm arround, do tell me! thnks!
:

Why not just find a good Run-Length-Encoding (RLE) example written in C and just convert it to ASM while making size and speed optimizations along the way?

Nathan.

Report
Re: Compreesor Posted by Janib Soomro on 11 Jan 2005 at 6:35 AM
:
: Why not just find a good Run-Length-Encoding (RLE) example written in C and just convert it to ASM while making size and speed optimizations along the way?
:
: Nathan.
:
:

thnks Nathan!
but i dont like RLE or kinds of compression scheemes, they only compress STRINGs, i want to make compressor like Zip/Rar/Lha etc.
im working on a LZW compression algorithm!
and i dont like C/C++, X86 Is the Best!
so can you help me!
Report
Re: Compreesor Posted by Evenbit on 11 Jan 2005 at 7:35 AM

: thnks Nathan!
: but i dont like RLE or kinds of compression scheemes, they only compress STRINGs, i want to make compressor like Zip/Rar/Lha etc.
: im working on a LZW compression algorithm!
: and i dont like C/C++, X86 Is the Best!
: so can you help me!
:

Sorry, I don't have any source code for compression.

I suggest an extensive search of the links and forums found here:
http://webster.cs.ucr.edu/links.htm
and here:
http://www.faqs.org/faqs/by-newsgroup/comp/comp.lang.asm.x86.html
I am positive you will eventually bump into someone who can assist you with the information you need.

Nathan.
Report
Re: Compreesor Posted by stober on 14 Jan 2005 at 7:57 AM
:
: thnks Nathan!
: but i dont like RLE or kinds of compression scheemes, they only compress STRINGs, i want to make compressor like Zip/Rar/Lha etc.

zlib does not have that limitation. Most of it is writtin in C, but has some asm.
http://www.gzip.org/zlib/


Report
Re: Compreesor Posted by Janib Soomro on 16 Jan 2005 at 5:09 AM
Hi~ Thanks Guys, I've read enough text about [Data Compression]
now, im gonna make my own compressor with old algorithm.
thanks, again.



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.