home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol030 / sigmlog.018 < prev    next >
Text File  |  1984-04-29  |  4KB  |  137 lines

  1. Sig/M    volume 18    miscellaneous CP/M utilities
  2.  
  3.     -CATALOG.018        catalog of Sig/M volume 18
  4.     -CATALOG.ACK        volume 18 acknowledgement file
  5.  
  6.     Name        Size    Description
  7.  
  8. 18.1    2411DUMP.ASM    18K    ICOM microfloppy utility
  9. 18.2    2411DUMP.COM     3K     /
  10. 18.3    MFMACRO.LIB    17K    /
  11. 18.4    3812DUMP.ASM    21K    ICOM floppy utility
  12. 18.5    3812DUMP.COM     4K     /
  13. 18.6    DDMACRO.LIB    18K    /
  14. 18.7    AREACODE.ASM    14K    region and state area code search
  15. 18.8    AREACODE.COM     7K    /
  16. 18.9    BANZAI.ASM     9K    copyright notice protect
  17. 18.10    CAT2.ASM     6K    master catalog system for CP/M 2.X
  18. 18.11    FMAP3.ASM     7K     /
  19. 18.12    UCAT2.ASM     8K    /
  20. 18.13    CHAT15.ASM     6K    chat with local remote CP/M operator
  21. 18.14    CHAT15.COM     1K    /
  22. 18.15    DISPLAYP.ASM     3K    display facilities of ED.COM
  23. 18.16    DISPLAY.COM     2K     /
  24. 18.17    DISPLAY.DOC     3K    /
  25. 18.18    FILE-EXT.ASM     7K    display disk directory including hex data
  26. 18.19    FILE-EXT.COM     1K    /
  27. 18.20    FILE-XT2.ASM     8K    same as FILE-EXT.ASM with 2.X compatibility
  28. 18.21    FILE-XT2.COM     1K    /
  29. 18.22    LOOK.ASM     7K    searches for 1-9 byte sequence in memory
  30. 18.23    LOOK.COM     1K    /
  31. 18.24    MACTIME.ASM     7K    patch for real time clock in MAC.COM
  32. 18.25    ASMTIME.ASM     7K    patch for real time clock in ASM.COM
  33. 18.26    STATTIME.ASM     6K    patch for real time clock in STAT.COM
  34. 18.27    SAP.ASM         6K    updated directory sort for CP/M 2.X
  35. 18.28    SAP.COM         1K     /
  36. 18.29   XLOOK.ASM    13K    disk/examine/modify utility
  37.  
  38. The Sig/M users group acknowledges the following contributors:
  39.  
  40. 2411DUMP.ASM, 2411DUMP.COM, MFMACRO.LIB
  41. 3812DUMP.ASM, 3812DUMP.COM, DDMACRO.LIB
  42. AREACODE.ASM, AREACODE.COM
  43. BANZAI.ASM
  44. ASMTIME.ASM, MACTIME.ASM, STATTIME.ASM
  45. FILE-EXT.ASM, FILE-EXT.COM, FILE-XT2.ASM, FILE-XT2.COM
  46. DISPLAY.COM, DISPLAY.DOC, DISPLAYP.ASM
  47.  
  48.     submitted by Kelly Smith
  49.  
  50. CHAT15.ASM - January 2, 1981
  51.  
  52.     modified by Kelly Smith
  53.     original by Roderick W. Hart
  54.  
  55. LOOK.ASM, LOOK.COM
  56.     submitted by Kenyon Swartwout
  57.     reprinted from Interface Age, May 1978
  58.  
  59. XLOOK.ASM
  60.  
  61.     submitted by D. A. Barker - January 1980
  62.  
  63. UCAT2.ASM, FMAP3.ASM, CAT2.ASM
  64.  
  65.     modified by W. Earnest - January 12, 1981
  66.     from original material by Ward Christensen
  67.  
  68.  
  69.                      Display, Ver.1.0
  70.  
  71.                           as of
  72.  
  73.                      October 30, 1980
  74.  
  75.  
  76.  DISPLAY.COM  allows  displaying  an ASCII file on  a  24  line 
  77. terminal,  with  commands similar to Digital Research's  ED.COM 
  78. (but without any of the editing facilities).
  79.  
  80.  
  81.                      Using DISPLAY.COM
  82.  
  83.  
  84.  For  example:  DISPLAY  FILENAME.TXT<cr>   ,will  envoke   the 
  85. display   program   and   load  the  entire   secondary   entry 
  86. (FILENAME.TXT) into memory, for subsequent display of the first 
  87. 23 lines of that file. Various commands can then be issued from 
  88. the terminal keyboard which will manipulate the display of  the 
  89. file.
  90.  
  91.  The  commands shown below with a preceding "n" indicates  that 
  92. an  optional unsigned integer value can be specified to  envoke 
  93. "n" iterations of the command.  When a command is preceded by a 
  94. "-"  sign,  the  command  will cause display of the file  in  a 
  95. direction  towards  the start of  the  file.  Unsigned  integer 
  96. values  are  assumed  to be positive  values  (i.e.,  "+")  and 
  97. therefore  "+" need not be specified. Also, the buffer  pointer 
  98. will stop display at the top or bottom of the file if too large 
  99. a value of "n" is specified.
  100.  
  101. Command:  Operation performed:
  102. =======   ===================
  103.  
  104. B         Move pointer to beginning of file and display page.
  105.  
  106. -nP       Move pointer minus n pages and display page.
  107.  
  108. nP        Move pointer plus n pages and display page.
  109.  
  110. 0P        Move pointer to beginning of buffer and display page.
  111.  
  112. -nL       Move pointer minus n lines and display page.
  113.  
  114. nL        Move pointer plus n lines and display page.
  115.  
  116. nD        Discard n pages, refill buffer and display the
  117.           current page.
  118.  
  119. 0D        Discard all data up to the current pointer, refill
  120.           buffer and display the first page. 
  121.  
  122. E         Exit DISPLAY and return to CP/M.
  123.  
  124. ^C        Control-C, exit DISPLAY and return to CP/M.
  125.  
  126. <cr>      Carriage return, move pointer to next page and
  127.           display
  128.  
  129. --------------------------------------------------------------
  130.  
  131.  
  132.                     Best regards,
  133.  
  134.                     Kelly Smith, MP/M-Net (tm) Sysop
  135.                     805-527-9321 (Modem, 300 Baud)
  136.  
  137.