flat assembler
Message board for the users of flat assembler.

Index > Windows > Using compression software with Fasm

Author
Thread Post new topic Reply to topic
Vortex



Joined: 17 Jun 2003
Posts: 318
Vortex 29 Jun 2003, 18:33
Hi friends,

The attachment contains an example of using Jeremy Collake's
compression code with Fasm.It's a small decompression demonstration.
You can download the whole compression package from Jeremy Collake's
web site.Beside the free compression library,the package contains the
source files.

JCALG1 Compression software:

http://www.collakesoftware.com/CSdownloads.htm

Also,you need Jeremy Gordon's free linker GoLink to build the demo
file.The decompression code (object file) acts like a static library. Smile

Code:
set include=\fasmw\include
jcalg1_test c5 \fasm\fasm.txt fasm.jc
\fasm\fasm Demo.asm Demo.obj
\goasm\golink /console /entry start Demo.obj jcalg1_d_fast.obj kernel32.dll user32.dll crtdll.dll
    


jcalg1_test.exe : Compression tool
Here,the printf function from the C run-time DLL is used to display
a message in the console screen.

Jeremy Gordon's GoLink:

http://www.jorgon.freeserve.co.uk/Golink.zip

The executable demo.exe outputs the flat assembler's user manual
as a demonstration.


Description:
Download
Filename: Fasm+JClib.zip
Filesize: 42.85 KB
Downloaded: 732 Time(s)


_________________
Code it... That's all...
Post 29 Jun 2003, 18:33
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2023, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.