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 / ENTERPRS / CPM / UTILS / A / CHED80.LBR / CHED80.HLP < prev    next >
Text File  |  2000-06-30  |  5KB  |  130 lines

  1. ________________________________________________________________________________
  2.  
  3.            CHED 80 ON-LINE HELP MODULE (C) 1990,1992 SG DATA SYSTEMS
  4. ________________________________________________________________________________
  5.  
  6.  
  7. PROGRAM:  CHED 80
  8. PLATFORM: C= 128 OR 128D RUNNING CP/M 3.0 (CP/M PLUS) 28 MAY 87 RELEASE
  9.  
  10. AUTHOR:   STEVE GOLDSMITH      ___________________________________________
  11.  
  12.           SG DATA SYSTEMS            *  State-Of-The-Art Software  *
  13.           2805 JAMAICA STREET
  14.           SARASOTA, FL 34231      IBM PC/MINI/MAIN QANTEL PC/MINI/MAIN
  15.           (813) 925-1064        COMMODORE C= 64 - C= 128 - C= 128D - CP/M
  16.                                ___________________________________________
  17. VERSION:  1.1 PD RELEASE
  18. DATE:     01/09/92
  19.  
  20. ________________________________________________________________________________
  21. CHED 80 FEATURES:
  22.  
  23. CHED 80 (short for CHaracter EDitor 80) is a simple to use 80 column character
  24. editor for the Commodore 128 / 128D series of computers running under
  25. CP/M 3.0 (CP/M Plus).  The main features are:
  26.  
  27. *    Direct video writes more than 10 times faster than CP/M.
  28.  
  29. *    Use of SID chip for sound.
  30.  
  31. *    Easy to use menu selector.
  32.  
  33. *    Edit a full 512 character set.
  34.  
  35. *    Single line help in editor.
  36.  
  37. *    On-line help module for more detailed information.
  38.  
  39.  
  40.  
  41. OVERVIEW OF PROGRAMS:
  42.  
  43. CHED80.COM   Boot module.  Loads title screen character definition file
  44.              CHED80.CDF, displays title screen, and waits for user to press
  45.              [RETURN].  After [RETURN] has been pressed the default CDF
  46.              DEFAULT.CDF is loaded before the CHED80I.COM module is loaded.
  47.  
  48. CHED80I.COM  Editor screen initialization module.  Draws the menu selector and
  49.              character set windows then loads the CHED80M.COM module.
  50.  
  51. CHED80M.COM  Editor main module.  Display character sets, edit character sets,
  52.              loads CDF's, save CDF's and access the on-line help module.
  53.  
  54. CHED80H.COM  On-line help module.  Allows user to view help file CHED80.HLP.
  55.              Pressing the [ESC]ape key reloads the screen initialization module
  56.              which in turn loads the editor main module.
  57.  
  58.  
  59.  
  60.  
  61. RUNNING CHED 80:
  62.  
  63. Log into the drive containing the CHED 80 release disk via A: [RETURN] or B:,
  64. C:, etc.  Once logged into the CHED 80 release disk you can run CHED 80 three
  65. different ways:
  66.  
  67. 1.   CHED80.COM loads the title screen CDF CHED80.CDF, displays the title
  68.      screen, waits for the user to press [RETURN], loads the default CDF
  69.      DEFAULT.CDF and exits by running CHED80I.
  70.  
  71. 2.   CHED80I.COM displays the character set window, menu selector, program
  72.      name and exits by running CHED80M.COM.  This method takes only 10 seconds
  73.      to run the editor on a 1581 drive.  This is also a way to save the
  74.      character set in the 8563 VDC (80 column video display chip) without over
  75.      writing it like CHED80.COM.
  76.  
  77. 3.   CHED80H.COM loads the online help file CHED80.HLP and allows the user to
  78.      view help until the [ESC]ape key is pressed.  After the [ESC]ape key is
  79.      pressed the program exits by running CHED80I.COM.  The user may want to
  80.      use this method the first couple of times until comfortable with CHED80.
  81. USING MAIN MENU SELECTOR:
  82.  
  83. The Main Menu displays the following selections:
  84.  
  85. Edit Char
  86. Save Set
  87. Load Set
  88. Quit
  89. Help
  90.  
  91. To select a particular function use the top cursor keys or their equivilent as
  92. set up in KEYFIG.COM.  As you move the selector bar you will notice that a
  93. breif description of the function is displayed on the top line of the screen.
  94. Once the selector bar is placed over the desired function the user presses
  95. [RETURN] to activate that function.  Each sub function displays breif
  96. instructions for the user.
  97.  
  98.  
  99.  
  100.  
  101. EDITING CHARACTERS:
  102.  
  103. To edit a character select the Edit Char function at the Main Menu.  This
  104. places the cursor on the last character edited in the character grid and
  105. displays the character magnified 8 times to the left of the grid.  Use the top
  106. cursor keys to move about the grid and [RETURN] to select a character.  As you
  107. move you will notice the character set and number located on top center of
  108. the character grid change when the cursor moves.  Use this number to determine
  109. which character you are editing.  After [RETURN] is pressed the cursor is placed
  110. in the upper left corner of the magnified character.  Use the top cursor keys to
  111. move, [INST]/[DEL] key to clear entire character, [SPACE] to toggle individual
  112. bits and [RETURN] to exit Edit Char mode.
  113.  
  114. Character 0 of the alternate character set is reserved as CHED80's background
  115. character.  The user can change this character to test custom background
  116. characters.
  117.  
  118.  
  119.  
  120.  
  121. SAVING AND LOADING CHARACTER DEFINITION FILES (CDFs):
  122.  
  123. To save or load a CDF select the save or load function at the Main Menu.  You
  124. will be prompted for a file name.  The file name must comform to CP/M standards
  125. such as TEST.CDF, TEST_1.CDF, TEST01.CDF, etc.  The CDF file name extension is
  126. optional.  After the file name is entered the CDF is saved to or loaded from
  127. disk.  Upon secussful completion or if an I/O error occours the system will
  128. display the appropriate message and return control to the Main Menu selector.
  129. ion or if an I/O error occours the system will
  130. display the appropriate m