{ LIBRARY SYSTEM UTILITIES }
{ MODULE FILE_TO_BIN_COPY }
{ FILE NAME FILE2BIN.PAS }
{ PURPOSE Extract the file portion to binary image }
{ VERSION 1.30 }
{ DATE 28-Oct-93 }
{ 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 }
{ COMPUTER IBM PC or compatible }
{ 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 }
{ <filepos> - offset in input file }
{ <count> - # of bytes to copy }
{ RETURN None }
{ REQUIRES None }
{ DESCRIPTION 1. Seek <filepos> in input file }
{ 2. Copy <count> bytes from input to output }
{-----------------------------------------------------------------------}
|