home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / turbopas / posbm.zip / POSBM.DSC < prev    next >
Internet Message Format  |  1989-06-14  |  942b

  1. From: David Kirschbaum <kirsch@braggvax.arpa>
  2. To:   w8sdz@wsmr-simtel20.army.mil
  3. Re:   POSBM.ARC description
  4.  
  5. Here's a replacement for the Turbo Pascal (v4.0 and v5.0) POS()
  6. function that I typed in from a recent Dr. Dobbs Journal.
  7.  
  8. While I was at it, I added code to create a more specific new function
  9. that just does single-character searches within a string.
  10.  
  11. Included in the package are the assembly language source files, the
  12. compiled .OBJ files (ready for inclusion in a Turbo Pascal program),
  13. and a test Turbo Pascal program (source).
  14.  
  15.   Files include:
  16.     POSBM.ASM           String search using Boyer-Moore algorithm
  17.     POSBM.OBJ           The above, compiled
  18.     POSCH.ASM           World Famous Toad Hall character search
  19.     POSCH.OBJ           The above, compiled
  20.     POSBM.PAS           Turbo Pascal test program source
  21.  
  22. One-liner:
  23. Turbo Pascal POS() replacement
  24.  
  25. Regards,
  26. David Kirschbaum
  27. Toad Hall
  28.