home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / ZCPR33 / S-Z / ZCPR33A.LBR / ZCPR33A.DOC next >
Text File  |  2000-06-30  |  2KB  |  38 lines

  1. ZCPR33A.DOC - Documentation for ZCPR33A.Z80
  2.  
  3. ZCPR33A.Z80 is a personalized version of ZCPR33, incorporating my own minor
  4. modification to allow flow control to proceed unmodified throughout the
  5. course of a user-created shell.
  6.  
  7. As distributed, ZCPR33 does not support flow control during shells, offering
  8. only the two alternatives:
  9.  
  10.     1)  Allow no flow control at all during shells; flow control commands 
  11.     are simply skipped.
  12.  
  13.     2)  Allows flow control during shells, but always re-initializes the
  14.     flow control system (popping all IF levels) upon each invocation
  15.     of the shell.
  16.  
  17. The intent was to prevent the (potentially) unpleasant consequences of 
  18. having a shell which pushes one additional IF level upon each invocation.  
  19. In my opinion, however, the cure is worse than the condition.  I have 
  20. simply disabled some of the code in the command processor.  Custom written 
  21. shells (such as an alias that is installed with the SHSET command) can now 
  22. contain flow commands, and when the shell is finally terminated, the 
  23. system's flow control state will be the same as when the shell was first 
  24. invoked.
  25.  
  26. I am releasing this file at the specific request of Rick Charnes.  I 
  27. originally made this modification in June or July of 1987, but subsequently 
  28. misplaced or overwrote the source.  I recreated this version only an hour 
  29. ago, and it has been tested only briefly.  My system has been running with 
  30. the modification for a year, to my satisfaction, but there is a possibility 
  31. that this source is slightly different from that I originally used.  If you 
  32. are interested in using it, I recommend you perform your own evaluation of 
  33. its fitness.
  34.  
  35.  
  36. Dreas Nielsen
  37. June 11, 1988
  38.