home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / program / asm / RPSRT102.ZIP / ABOUTASM.DOC next >
Encoding:
Text File  |  1992-11-18  |  1.4 KB  |  47 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                 This file give some information about the source code for
  8.         RPSORT. It is based on my limited understanding, so should not be
  9.         taken as totally reliable.
  10.  
  11.         1. At the end of the ASM file you will find a series of routines
  12.            to be used depending on the type of sort key and other options
  13.            which are called for in the command line.
  14.  
  15.            I believe that these routines are strung together when the 
  16.            command line is parsed to form the program that controls the
  17.            actual sorting.
  18.  
  19.         2. A few of these routines are commented out. These are intended for
  20.            sorting numeric sort keys. (display format)
  21.  
  22.            This option was not completed.
  23.  
  24.         3. For a general description of the sort process used see page 3
  25.            of the RPSORT.DOC file. See also pages 18-21 for more details on
  26.            the sort/merge process for files larger than memory.
  27.  
  28.         4. The program was written to be assembled by the Borland Turbo 
  29.            Assembler version 2.5.
  30.  
  31.  
  32.  
  33.                 I would be glad to hear of any improvements, additions or
  34.         any comments that anyone has:
  35.  
  36.                                 Alex Pirko
  37.                                 3881 Sedgwick Ave
  38.                                 Apt.6D
  39.                                 Bronx, NY 10463
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.