home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug132.arc / FINDHEX.DOC < prev    next >
Text File  |  1979-12-31  |  768b  |  19 lines

  1.     FINDHEX
  2.  
  3.     This little routine allows you to search a file for a
  4.     string (max 50 characters) that you have entered in HEX.
  5.     It's by no means fancy, but it can be useful for searching
  6.     programfiles for non-printable characters, ie when you
  7.     can't use an ordinary ASCII-search-routine. The program asks
  8.     for the name of the file to search, the numbers of bytes to
  9.     search for, and finally the bytes, entered in HEX. If it
  10.     finds the string, it displays the adress of the string (in HEX).
  11.     The adress shown is the adress where the string would be 
  12.     loaded, ie the adresses starts at 100H.
  13.     
  14.     The program is written in HI-SOFT C, who owns the copyright 
  15.     for the runtimes.
  16.     
  17.     Bjorn Beskow, 1988s starts at 100H.
  18.     
  19.     The program is written in HI-SOFT C, w