{ LIBRARY SYSTEM UTILITIES }
{ MODULE BIN_TO_FILE_COPY }
{ FILE NAME BIN2FILE.PAS }
{ PURPOSE Put the binary partilal image to file }
{ 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 }
{ 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 }
{ <infilepos> - offset in input file }
{ <outfilepos> - offset in output file }
{ <count> - # of bytes to copy }
{ RETURN None }
{ REQUIRES None }
{ DESCRIPTION 1. Seek <infilepos> for input file. }
{ 2. Seek <outfilepos> for output file. }
{ 2. Copy <count> bytes from input to output }
{-----------------------------------------------------------------------}
|