ASCOM
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				 (Created page with "{{FormatInfo |formattype=electronic |subcat=Executable envelopes |extensions={{ext|com}} |released=≤1995 }} :''Not to be confused with Asc2Com.''  '''ASCOM''' is a DOS u...")  | 
			|||
| Line 8: | Line 8: | ||
'''ASCOM''' is a DOS utility that converts a text file to a [[DOS executable (.com)|COM]] file that, when executed, displays the text in a viewer. It was developed by Kevin Tseng.  | '''ASCOM''' is a DOS utility that converts a text file to a [[DOS executable (.com)|COM]] file that, when executed, displays the text in a viewer. It was developed by Kevin Tseng.  | ||
| + | |||
| + | See also [[XDOC (JauMing Tseng)|XDOC]], a similar utility by the same author.  | ||
== Format details ==  | == Format details ==  | ||
| − | + | Except in early versions, the embedded text is obfuscated. For v1.0f at least, each byte is XORed with 0x01.  | |
== Identification ==  | == Identification ==  | ||
Revision as of 17:29, 9 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)