Asc2Com (MorganSoft)
(→Software) |
m (→Identification) |
||
(2 intermediate revisions by one user not shown) | |||
Line 13: | Line 13: | ||
== Format details == | == Format details == | ||
− | Version 2.00+ has an option to compress the embedded text with [[LZW]]. | + | |
+ | === Compression scheme === | ||
+ | Version 2.00+ has an option to compress the embedded text with [[LZW]]. Here are some notes on the compression scheme. | ||
+ | |||
+ | Code size is 9 to 10 bits. Special codes: | ||
+ | |||
+ | {| class="wikitable" style="font-size: 85%;" | ||
+ | | 256 || Unused or unknown. | ||
+ | |- | ||
+ | | 257 || Increment code size (from 9 to 10). Seek to the next byte boundary. | ||
+ | |- | ||
+ | | 258 || Stop. | ||
+ | |} | ||
+ | |||
+ | The first dynamic code is 259. The code table is never cleared. | ||
+ | |||
+ | The Asc2Com documentation includes some very minimal information about its LZW format. | ||
== Identification == | == Identification == | ||
− | + | Most versions (except the very early ones) offer 5 or 6 different "listers", i.e. templates for the generated COM file, with different feature sets. Files made by a particular version, using a particular lister, have a fairly consistent format, and can readily be identified. But there are many versions of Asc2com (some of which might be lost), and a combinatorial explosion of formats. | |
+ | |||
+ | Not every version+lister combination represents a unique format, but there are still a few dozen essentially different formats to deal with. So, precisely identifying and analyzing Asc2Com files can take significant effort. | ||
Generated files usually contain one of the following ASCII strings somewhere in them: | Generated files usually contain one of the following ASCII strings somewhere in them: |
Latest revision as of 18:25, 27 October 2024
Asc2Com is a DOS utility that converts a text document to a COM file that, when executed, displays the text in a viewer. It was developed by MorganSoft. It supports a number of different viewing styles and options.
Contents |
[edit] Discussion
The software was originally in the form of a command-line utility named Asc2Com. Later versions include both a menu-driven utility named Asc2Com, and a command-line utility named A2C.
Depending on the version, and the options used when generating the COM file, it may have a feature (Alt-F or Alt-W) to write the text to a disk file. Run the file, and try pressing F1 for help.
[edit] Format details
[edit] Compression scheme
Version 2.00+ has an option to compress the embedded text with LZW. Here are some notes on the compression scheme.
Code size is 9 to 10 bits. Special codes:
256 | Unused or unknown. |
257 | Increment code size (from 9 to 10). Seek to the next byte boundary. |
258 | Stop. |
The first dynamic code is 259. The code table is never cleared.
The Asc2Com documentation includes some very minimal information about its LZW format.
[edit] Identification
Most versions (except the very early ones) offer 5 or 6 different "listers", i.e. templates for the generated COM file, with different feature sets. Files made by a particular version, using a particular lister, have a fairly consistent format, and can readily be identified. But there are many versions of Asc2com (some of which might be lost), and a combinatorial explosion of formats.
Not every version+lister combination represents a unique format, but there are still a few dozen essentially different formats to deal with. So, precisely identifying and analyzing Asc2Com files can take significant effort.
Generated files usually contain one of the following ASCII strings somewhere in them:
- "
Com File Generated by ASC2COM
" (Used by older versions.) - "
Com File generated by ASC2COM
" - "
File made by ASC2COM
"
Known exceptions:
- Compressed v2.01 files contain "
ASC2COM V2.00,COMPRESS
". - Compressed v2.05 files contain "
ASC2COM V2.01,COMPRESS
".
[edit] Software
- Asc2Com
- v1.10b
- v1.25 and v1.25b (no copy found)
- v1.30
- v1.50 (no copy found)
- v1.65 (no copy found)
- v1.66: DISK1948.ZIP → ASC2C166.LZH
- v1.75: Frostbyte's 1980s DOS Shareware Collection → floppyshareware.zip → LUNACY/ASC2C175.ZIP
- v1.76
- v2.00
- v2.00f: a2c20f.exe - Patch to upgrade v2.00 to v2.00f
- v2.01
- v2.05
- Deark
[edit] Sample files
- BTX.ZIP → *.COM
- AMORT21.ZIP → *.COM
- TMCAP311.ZIP → *.COM
- FRAMEGRB.ZIP → INFO1.COM
- twplanet.zip → README.COM
- ada301a.zip → README.COM (Made by v1.25?)
- dexvert samples — document/asc2com