{ MODULE BIN_TO_HEX_CONVERTER }
{ PURPOSE Convert the binary file to a hex format file. }
{ VERSION 1.30 }
{ DATE 28-Oct-93 }
{ DESIGN Dmitry Stefankov }
{ COMPANY Freelance Software Engineer }
{ ADDRESS Isakowskogo str, 4-2-30 }
{ Moscow, 123181 }
{ USSR }
{ Tel. 007 (095) 944-6304 }
{ COPYRIGHT NOTICE Copyright (C) 1987-1993, Dmitry Stefankov }
{ RESTRICTED RIGHTS AVAILABLE ONLY FOR FREE DISTRIBUTION, }
{ NOT FOR COMMERCIAL PURPOSE }
{ OPERATING SYSTEM MS/PC-DOS Version 3.30 or higher }
{ COMPILER Turbo Pascal Version 6.0 }
{ (Borland International Inc.) or compatible }
{ ASSEMBLY LANGUAGE Microsoft MASM 5.10 or compatible }
{ ARGUMENTS <infile> - input stream }
{ <outfile> - output stream }
{ <bytes> - # of bytes per one line }
{ <ascii> - switch to indicate ASCII set }
{ DESCRIPTION 1.Read from input stream }
{ 2.Write ASM-format output stream }
{ 3.If switch present then }
{ add ASCII representation for each line }
{-----------------------------------------------------------------------}
|