News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

64bit aPLib

Started by jcfuller, October 17, 2016, 01:17:10 AM

Previous topic - Next topic

jcfuller

Joergen Ibsen has 64bit asm code for depacking his aPLib compressed buffers.
Unfortunately it appears to be fasm.
My 32bit ML knowledge is poor at best and with NO fasm experience I am way over my head in porting it to ML64.
Any volunteers?
http://www.ibsensoftware.com/
  Thanks,
    James




hutch--

James,

Why bother to port it when it has 64 bit library support for both compression and decompression ?

jcfuller

Hutch,
  I know I can use the aPLib.lib for both compression and decompression but it is not very granulated and a bit slow.
I have used aPLib in the past for work with PowerBASIC where I used the dll to compress Spread 3.0 format files. They can be HUGE. I then ported the aP_depack_asm_fast asm code to PowerBASIC for use in my exe's. Blazingly fast.

I want to do similar coding now with 64bit.

James