ASCOM
From Just Solve the File Format Problem
(Difference between revisions)
MihaiPopa7 (Talk | contribs) |
|||
Line 18: | Line 18: | ||
== Software == | == Software == | ||
− | * {{CdTextfiles|cleanhpvac/ASCOM10F.ARJ|ASCOM v1.0f}} | + | * {{CdTextfiles|cleanhpvac/ASCOM10F.ARJ|ASCOM v1.0f}} (The main program, ASCOM.COM is converted using some sort of new [[com2txt]] version) |
Revision as of 06:33, 10 February 2025
- Not to be confused with Asc2Com.
ASCOM is a DOS utility that converts a text file to a COM file that, when executed, displays the text in a viewer. It was developed by Kevin Tseng.
See also XDOC, a similar utility by the same author.
Format details
Except in early versions, the embedded text is obfuscated. For v1.0f at least, each byte is XORed with 0x01.
Identification
(TODO)
Software
- ASCOM v1.0f (The main program, ASCOM.COM is converted using some sort of new com2txt version)