home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / p / zap35.lbr / -READ.ME next >
Encoding:
Text File  |  1993-10-25  |  3.5 KB  |  81 lines

  1. -READ.ME      A description of ZAP35.LBR
  2.  
  3.     This is SUPERZAP, version 3.5, a public domain program (not 
  4. to be confused with a commercial program of the same name).  
  5. SuperZap is a menu-driven disk editor.  It will access and 
  6. directly edit programs by track and sector, or by files.  It is 
  7. easy to use and only 10k in size when uncrunched.
  8.   
  9.     SuperZap (SPZ) has had an erratic history, largely because 
  10. the program was written and upgraded in Great Britain, and 
  11. circulated in the U.S. in spurts.  It was distributed in 1984 
  12. under the filename SUPERZAP.LBR, the program being version 2.2.  
  13. The documentation described features the program did not possess, 
  14. and seemed hard to follow.  A few years later, SuperZap version 
  15. 3.3 made its way over here, and it was discovered that the 
  16. documentation which accompanied version 2.2 belonged to version 
  17. 3.3.  The new program was issued as SUPZAP33.LBR.  When the 
  18. authors released version 3.4, they changed the filename to 
  19. ZAP34.LBR.  This incarnation is ZAP35.
  20.  
  21.     I obtained these files from Royal Oak RCPM in Detroit (phone 
  22. 313/759-6569) under the name ZAP35.ARC.  I de-ARCed it, and made 
  23. the following alterations:
  24.  
  25.     The .COM file in the original archive was configured for an 
  26. ANSI terminal; it has been renamed to ZAP35ANS.COM.  I copied the 
  27. file and patched it to run on a Kaypro 4-84 (ADM-3a terminal); it 
  28. is ZAP35KP.COM.  I altered the text of ZAP.33 to include patching 
  29. address for version 3.5.  I also added the SPZ.DOC to this 
  30. library.
  31.                                    --  Eric Pement (7/20/87)
  32.  
  33.  
  34. CONTENTS:  (Filenames after uncrunching)
  35. ========================================
  36. ZAP35ANS.COM -- object code set up for an ANSI terminal.
  37.  
  38. ZAP35KP.COM  -- object code set up for a Kaypro w/inverse video
  39.  
  40. ZAP35.Z80    -- source code for version 3.3, revised, with updated 
  41.                 notes; renamed from .MAC
  42.  
  43. ZAP35.LST    -- a .SYM file suitable for use with the z8e debugger
  44.  
  45. ZAP35.DOC    -- Notes on the modifications done to version 3.3
  46.  
  47. ZAP3335.DOC  -- JHB's notes on version 3.3 and patching instructions 
  48.                 Patching addresses for ver. 3.5 added by Eric Pement
  49.  
  50. SPZ.DOC      -- original documentation for version 3.3
  51.  
  52. -READ.ME     -- this file
  53.  
  54. ***************************************************************
  55.                 comments below by ZAP35 reviser:
  56. ***************************************************************
  57.  
  58. 15 Sept 1986 - SUPERZAP 3.5 
  59. 26 July 1986 - SUPERZAP 3.4b
  60.  
  61. Version  V3.5  is  a  bug  fix  in  the direct cursor addressing
  62. routines.  The defaults have been set to ANSI type terminals and
  63. disable the  special end-of-line recognition installed for V3.4.
  64. Follow instructions in ZAP35.DOC for enabling the recognizer.
  65.  
  66. ================================================================
  67.  
  68. This  file  holds  material  for  a revision of SUPERZAP v3.3 to
  69. include string and hex-sequence search capabilities on  a  given
  70. file,  and  some 'enhancements' to the TYPE option, including 80
  71. col.  display, and allowances for viewing  word-processed  files
  72. of some commoner kinds.
  73.  
  74. It  includes  fixes  to  bugs  in  earlier  versions of this mod
  75. uploaded to Tesseract RCPM+ in July 1986, but  god  knows  there
  76. are  probably more still lurking.  (I THINK this time I'm closer
  77. to getting it working properly, he said...)
  78.  
  79.         ---  PGM   24 JULY 1986
  80.         ---  JTC   15 Sept 1986
  81.