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 / BEEHIVE / ZSUS / ZSUS009.LBR / QUIET12.LBR / QUIET12.DZC / QUIET12.DOC
Text File  |  1990-06-23  |  2KB  |  62 lines

  1.  
  2.                               QUIET
  3.                            Version 1.2
  4.  
  5.                           Gene Pizzetta
  6.                           June 24, 1990
  7.  
  8.  
  9. QUIET, originally written by Richard Conn, sets, resets, and 
  10. displays the ZCPR3 Quiet Flag, which determines how some programs 
  11. handle their screen displays.
  12.  
  13. USAGE:
  14.  
  15.      QUIET {{/}option}
  16.  
  17. If no option is given, DISPLAY is assumed.  A slash before the 
  18. option is allowed, but not required.
  19.  
  20. OPTIONS:  Only enough letters are required for the option to be 
  21. unique.  That is, only a single letter is necessary for all 
  22. options except ON and OFF, which require two letters.
  23.  
  24.      DISPLAY   Displays current state of quiet flag.  This is the
  25.                default option.
  26.  
  27.      SET       Turns on (sets) quiet flag.
  28.  
  29.      RESET     Turns off (resets) quiet flag.
  30.  
  31.      ON        Turns on (sets) quiet flag.
  32.  
  33.      OFF       Turns off (resets) quiet flag.
  34.  
  35. If the wheel byte is off (reset), the SET/RESET and ON/OFF 
  36. options cause no display on the console.  If an invalid option is 
  37. given, the program error code is set to 19 and the error handler 
  38. is invoked, if one is running.
  39.  
  40. HISTORY:
  41.  
  42. Version 1.2 -- June 24, 1990 -- Gene Pizzetta
  43.      It seems a little silly for QUIET to obey the quiet flag,
  44.      since the flag is apt to change while the program is
  45.      running.  Instead, this version uses the wheel byte like a
  46.      quiet flag.  Also added ON and OFF as alternate options for
  47.      SET and RESET.  Made DISPLAY option the default.  Now allows
  48.      leading slash for options.  Added Type 3 header.  Displays
  49.      version and load address only on the help screen.  Sets
  50.      program error flag and invokes error handler if invalid
  51.      option is given.  Now uses library routines for most
  52.      functions.  Uses actual program name on help screen.
  53.  
  54. Version 1.1 -- Date and reviser unknown to me
  55.      I did not have access to the source code for version 1.1,
  56.      but the only difference from 1.0 appears to be observance of
  57.      the quiet flag for display of the help screen, the use of
  58.      Z80-specific opcodes, and printing the program name and
  59.      version number with the D option.
  60.  
  61. Version 1.0 -- March 29, 1984 -- Richard Conn
  62.