Dec 222017
Full Description of File
DECGIF.BAS- A PDS 7.1 & QB4.5 GIF
Decompressor With Some Assembly
By Rich Geldreich 1992
Decompressor With Some Assembly
By Rich Geldreich 1992
DECGIF.BAS- A PDS 7.1 & QB4.5 GIF Decompressor With Some Assembly By Rich Geldreich 1992 . | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
DECGIF3.BAS | 19009 | 5684 | deflated |
FILE_ID.DIZ | 92 | 90 | deflated |
README.TXT | 721 | 433 | deflated |
RESCALE.ASM | 2584 | 804 | deflated |
RESCALE.OBJ | 267 | 246 | deflated |
SHOWRGB.ASM | 2489 | 755 | deflated |
SHOWRGB.OBJ | 308 | 267 | deflated |
TPCREAD.ME | 199 | 165 | deflated |
USEDGIF.BAS | 1942 | 814 | deflated |
USEDGIF.MAK | 26 | 22 | deflated |
WPIX2.ASM | 7468 | 1476 | deflated |
WPIX2.OBJ | 1029 | 666 | deflated |
X360X480.ASM | 1708 | 534 | deflated |
X360X480.OBJ | 304 | 282 | deflated |
Download File DECGIF3.ZIP Here
Contents of the README.TXT file
DECGIF.BAS- A PDS 7.1 & QB4.5 GIF
Decompressor With Some Assembly
By Rich Geldreich 1992
To get this program up and running, you first must make a .QLB file and .LIB
file from the .OBJ files I have supplied.
For the .QLB file, use the LINK utility and type...
LINK /q WPIX2+RESCALE+X360X480+SHOWRGB,,,BQLB45 (QB4.5)
LINK /q WPIX2+RESCALE+X360X480+SHOWRGB,,,QBXQLB,; (PDS)
Then make a .LIB file...
LIB WPIX2+WPIX2+RESCALE+X360X480+SHOWRGB,;
Then load in QB/QBX like this:
QB/lWPIX2 USEDGIF
QuickBASIC 4.5 users must use search and replace to change all of the "SSEG"
strings to "VARSEG" strings in the DECGIF3.BAS module.
Note: This program requires at least an 80286 processor. (Although it
would be rather simple to modify it for 8088/86 operation...)
-Rich Geldreich
Decompressor With Some Assembly
By Rich Geldreich 1992
To get this program up and running, you first must make a .QLB file and .LIB
file from the .OBJ files I have supplied.
For the .QLB file, use the LINK utility and type...
LINK /q WPIX2+RESCALE+X360X480+SHOWRGB,,,BQLB45 (QB4.5)
LINK /q WPIX2+RESCALE+X360X480+SHOWRGB,,,QBXQLB,; (PDS)
Then make a .LIB file...
LIB WPIX2+WPIX2+RESCALE+X360X480+SHOWRGB,;
Then load in QB/QBX like this:
QB/lWPIX2 USEDGIF
QuickBASIC 4.5 users must use search and replace to change all of the "SSEG"
strings to "VARSEG" strings in the DECGIF3.BAS module.
Note: This program requires at least an 80286 processor. (Although it
would be rather simple to modify it for 8088/86 operation...)
-Rich Geldreich
December 22, 2017
Add comments