ASCOM
From Just Solve the File Format Problem
- 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)