home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / dskutl / zscan3.lbr / SCAN.DOC < prev    next >
Encoding:
Text File  |  1986-10-09  |  5.3 KB  |  116 lines

  1.    
  2.    db '********************************************************',cr,lf
  3.    db '*  ____     ____     ____     .     .   .      ___     *',cr,lf
  4.    db '*     /    (___     /        /_\    |\  |       __)    *',cr,lf
  5.    db '*    /     ____)    \____   /   \   |  \|      ___)    *',cr,lf
  6.    db '*   /___  ..........................................   *',cr,lf
  7.    db '*                                                      *',cr,lf
  8.    db '*                ZSCAN3.COM                            *',cr,lf
  9.    db '*      v.0100pm,sun,01.jun.86,  by  Glen Ellis         *',cr,lf
  10.    db '*           released as Public Domain                  *',cr,lf
  11.    db '*                                                      *',cr,lf
  12.    db '********************************************************',cr,lf
  13.    db 00
  14.  
  15.  
  16. ;-----------------------------------------------   
  17. ;;;     LIBRARY
  18.  
  19. ; ASSEMBLY METHODS.
  20.  
  21. ; Author used MicroSoft A.L.D.S. 
  22. ; (Assembly Language Development System)
  23. ; from Micro-Soft, which is a Macro/Linker system,
  24. ; which is similar to D.R.I. MAC.COM.
  25. ; This source contains very little code
  26. ; which is not compatible with with Public Domain ZASM.COM. 
  27.  
  28. ; user may use Word Star to bring in the library.
  29. ;           cut out un-used portions of library.
  30. ;           cut out any conditional notation.
  31. ;           make minor modifications.
  32. ;           use ZASM.COM.
  33. ; Apple CP/M will handle the large source file.
  34.  
  35. ******************************************************************************
  36.  
  37.  
  38.    db '--------------------------------------------------------',cr,lf
  39.    db '|       <C>onvert old -> new   <E>cho <H>elp <Q>uit    |',cr,lf
  40.    db '|       <D>base Alph/Num         <P>ass character      |',cr,lf
  41.    db '|                                                      |',cr,lf
  42.    db '|    Logical Hex Conversion:     <F>Fh EOR             |',cr,lf
  43.    db '|    <A>and   <O>or   <X>eor     <W>ordStar strip      |',cr,lf
  44.    db '--------------------------------------------------------',cr,lf
  45.    db 00
  46.  
  47.  
  48.    db '--------------------------------------------------------',cr,lf
  49.    db '|       <C>onvert old -> new   <E>cho <H>elp <Q>uit    |',cr,lf
  50.    db '|       <D>base Alph/Num         <P>ass character      |',cr,lf
  51.    db '|                                                      |',cr,lf
  52.    db '|    Logical Hex Conversion:     <F>Fh EOR             |',cr,lf
  53.    db '|    <A>and   <O>or   <X>eor     <W>ordStar strip      |',cr,lf
  54.    db '--------------------------------------------------------',cr,lf
  55.  
  56.  
  57. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  58.  
  59.          will prompt for user input:       
  60.  
  61.         C  P  A  O  X
  62.  
  63.         blind run routines:
  64.  
  65.         D  F  W
  66.  
  67. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  68.  
  69.  
  70.     db '+=+=+=++=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=',cr,lf
  71.     db ' SCAN.COM written by Glen Ellis                ',cr,lf
  72.     db ' Rehab.Engineering, University of Tennessee    ',cr,lf
  73.     db ' 682 Court, Memphis, Tn, 38163                 ',cr,lf
  74.     db '+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+',cr,lf
  75.     db '       Reads / Alters / Writes                 ',cr,lf  
  76.     db ' Each  File  Sector  Directly  on  Disk  ! ! ! ',cr,lf
  77.     db '+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+',cr,lf
  78.     db ' <E>cho  : useful for debugging user mod.      ',cr,lf
  79.     db ' <C>Convert old/New  : Alpha or Hex.           ',cr,lf
  80.         db '    for converting specific characters.        ',cr,lf
  81.     db '    WordStar to MacIntosh, for example.        ',cr,lf
  82.     db ' <D>base Alpn/Num    clears   bad characters   ',cr,lf
  83.     db '    from dBASE command files. Life Saver !     ',cr,lf
  84.         db '    leaves <0Dh> <0Ah> as required.            ',cr,lf
  85.     db '                                               ',cr,lf
  86.      db ' <W>ordStar 7Fh AND to clear hi bit ascii.     ',cr,lf
  87.     db '    leaves <CR> hi/lo bit form as is.          ',cr,lf
  88.     db '...............................................',cr,lf
  89.     db ' <CR> for next screen                          '       
  90.     db 00
  91.  
  92.     db '+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+',cr,lf
  93.     db '       Reads / Alters / Writes                 ',cr,lf  
  94.     db ' Each  File  Sector  Directly  on  Disk  ! ! ! ',cr,lf
  95.     db '+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+',cr,lf
  96.     db '                                               ',cr,lf
  97.     db '  <P>ass character Exclusive OR  function:     ',cr,lf
  98.     db '                                               ',cr,lf
  99.     db '  Prompts for ascii/hex characer to be used    ',cr,lf
  100.     db '  in the user selected logical function.       ',cr,lf
  101.         db '                                               ',cr,lf
  102.     db '  <AND> <OR> <XOR>  Logical Mask Functions :   ',cr,lf
  103.         db '  Prompts for HEX byte to become logical mask. ',cr,lf
  104.     db '                                               ',cr,lf
  105.     db '  <AND> 7F will make Word Star <return>        ',cr,lf
  106.     db '  into a hard <return>, locking ^reform.       ',cr,lf
  107.         db '                                               ',cr,lf
  108.     db '  <F>Fh EOR  simple scramble.                  ',cr,lf
  109.     db '...............................................',cr,lf
  110.     db ' <CR> to menu,      previous entries are 00H   '       
  111.     db 00
  112.  
  113.  
  114.  
  115. ******************************************************************************
  116.