home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 24 / 024.d81 / t.archetype.128 < prev    next >
Text File  |  2022-08-26  |  5KB  |  336 lines

  1.  
  2.        ARCHETYPE for the C-128
  3.  
  4.                 by
  5.  
  6.            Mark Jordan
  7.  
  8.  
  9. COMMODORE MICROCOMPUTERS MAGAZINE
  10. May/June, 1986
  11. p. 98
  12.  
  13. **************************************
  14. NOTE: This program is written for the
  15. Commodore 128.  Because of this, it
  16. cannot be run directly from LOADSTAR.
  17. To run the program, simply turn your
  18. 128 off, then back on again.  This
  19. should put you into 128 mode.  After
  20. this, all you need to do is type
  21. DLOAD"ARCHETYPE.128".  When the
  22. READY prompt appears, type RUN and
  23. press RETURN.
  24.  
  25.  
  26. NOTE #2:  ARCHETYPE was designed for
  27. use with an 80-column RGB monitor
  28. or a monochrome monitor with an
  29. adaptor.  You cannot run the program
  30. with a 40-column composite monitor or
  31. T.V.
  32. *************************************
  33.  
  34.  
  35.   ARCHETYPE is the first installment
  36.  
  37. of a new word processor for the C-128.
  38.  
  39. This installment has all of the
  40.  
  41. features necessary for convenient
  42.  
  43. word processing-- easy cursor
  44.  
  45. manipulations, inserts and deletes,
  46.  
  47. and word wrap.  The second installment
  48.  
  49. will add refinements like block
  50.  
  51. deletes and moves, search and replace,
  52.  
  53. and help screens.
  54.  
  55.  
  56. CURSOR MOVEMENTS
  57.  
  58.  
  59.   While some of the features, like the
  60.  
  61. insert and delete keys, of ARCHETYPE
  62.  
  63. work as you would expect, other
  64.  
  65. features need a little explanation.
  66.  
  67. For example, special cursor moves are
  68.  
  69. possible by combining the CONTROL
  70.  
  71. keys with any of the four cursor keys:
  72.  
  73.  
  74. CONTROL + RIGHT ARROW KEY-- moves the
  75.  
  76. cursor to the end of the line.
  77.  
  78.  
  79. CONTROL + LEFT ARROW KEY-- moves
  80.  
  81. cursor to the beginning of line.
  82.  
  83.  
  84. CONTROL + DOWN ARROW-- moves cursor
  85.  
  86. to the bottom of the screen.
  87.  
  88.  
  89. CONTROL + UP ARROW-- moves cursor to
  90.  
  91. the top of the screen.
  92.  
  93.  
  94. Also, pressing CLR/HOME returns the
  95.  
  96. cursor to the top left hand corner of
  97.  
  98. the screen.  SHIFT CLR/HOME sends you
  99.  
  100. to the beginning of the document.
  101.  
  102. CTRL-B takes you to the end of the
  103.  
  104. text.
  105.  
  106.  
  107. MOVING FROM SCREEN TO SCREEN
  108.  
  109.  
  110.   When you are typing in your
  111.  
  112. document, you may find it necessary
  113.  
  114. to move quickly through its pages.
  115.  
  116. These commands allow you to manipulate
  117.  
  118. screens of text easily.
  119.  
  120.  
  121. CTRL-E -- moves the cursor to the
  122.  
  123. next screen.
  124.  
  125.  
  126. CTRL-W -- retrieves the previous
  127.  
  128. screen.
  129.  
  130.  
  131. CTRL-G -- lets you choose which
  132.  
  133. screen you want to go to.
  134.  
  135.  
  136. CTRL-F -- saves your place on the
  137.  
  138. screen at any time.  When you are
  139.  
  140. ready to return, pressing the CTRL-G
  141.  
  142. combination and typing in "F" instead
  143.  
  144. of the screen number will take you
  145.  
  146. back to that position.
  147.  
  148.  
  149. DELETES AND TABS
  150.  
  151.  
  152.   An alternative way of deleting,
  153.  
  154. besides using the DELETE key, is to
  155.  
  156. use CTRL-D.  This command will delete
  157.  
  158. every thing to the right of the
  159.  
  160. cursor. If you make a mistake and wish
  161.  
  162. to retrieve a deleted line, all one-
  163.  
  164. line deletes are stored in a buffer.
  165.  
  166. Typing SHIFT/RETURN will retrieve the
  167.  
  168. line from the buffer.
  169.  
  170.  
  171.   You may also delete an entire
  172.  
  173. document by pressing the CONTROL and
  174.  
  175. British pound combination.  You must
  176.  
  177. answer a prompt confirming this
  178.  
  179. command before the program deletes
  180.  
  181. the document.
  182.  
  183.  
  184.   The TAB function works as you would
  185.  
  186. expect it to-- pressing it moves the
  187.  
  188. cursor five spaces to the right.
  189.  
  190. Pressing the SHIFT/TAB combination
  191.  
  192. will move the cursor five spaces to
  193.  
  194. the left.
  195.  
  196.  
  197. FUNCTION KEYS
  198.  
  199.  
  200.   This installment of ARCHETYPE has
  201.  
  202. defined the first six function keys;
  203.  
  204. the other two will be defined in the
  205.  
  206. next installment.
  207.  
  208.  
  209. F1-- This key toggles the insert mode
  210.  
  211. on and off.  (The title bar will
  212.  
  213. always tell you if this mode is
  214.  
  215. activated or not.)  When you turn it
  216.  
  217. on with the F1 key, anything to the
  218.  
  219. right of the cursor is split off and
  220.  
  221. placed on the next line.  When you
  222.  
  223. continue typing to the next line,
  224.  
  225. space will automatically open up for
  226.  
  227. you.  If the insert mode is
  228.  
  229. deactivated, what you type will
  230.  
  231. overtype what is on the screen.
  232.  
  233.  
  234. F2-- This key makes inserting a large
  235.  
  236. amount of text easier by inserting
  237.  
  238. five blank lines.  The insert mode is
  239.  
  240. turned off after you press this key.
  241.  
  242.  
  243. F3 and F4-- After you have finished
  244.  
  245. inserting and deleting, F3 will
  246.  
  247. re-format the lines of the screen.
  248.  
  249. F4 will re-format the entire document.
  250.  
  251.  
  252. F5 and F6-- F5 loads a file you need.
  253.  
  254. Because the file will load from
  255.  
  256. wherever your cursor is, you may
  257.  
  258. position your cursor at the end of
  259.  
  260. the document to append a file to it.
  261.  
  262. F6 will save the file you are working
  263.  
  264. with.
  265.  
  266.  
  267. NOTE: ARCHETYPE prefixes all text
  268.  
  269. files with "A".
  270.  
  271.  
  272. DISK DIRECTORY-- To see the files on
  273.  
  274. your disk, press the Commodore key- D
  275.  
  276. combination.
  277.  
  278.  
  279. CTRL-P will send your text to the
  280.  
  281. printer in the form that appears on
  282.  
  283. the screen.  See the following notes
  284.  
  285. on setting margins and printer codes.
  286.  
  287.  
  288. NOTES....
  289.  
  290.  
  291.   This version of ARCHETYPE does not
  292.  
  293. have provision for setting margins,
  294.  
  295. so you will have to do so manually by
  296.  
  297. changing the default values found in
  298.  
  299. line 45 to whatever you like.
  300.  
  301.  
  302.   This version DOES allow you to send
  303.  
  304. special codes to the printer.  You
  305.  
  306. may do so by pressing the escape key
  307.  
  308. and entering the ASCII value of the
  309.  
  310. character you want sent to the
  311.  
  312. printer.  For example, press ESC 27
  313.  
  314. to send CHR$(27).
  315.  
  316.  
  317.   To learn more about the abilities
  318.  
  319. of ARCHETYPE, consult Mark Jordan's
  320.  
  321. article in the May/June COMMODORE
  322.  
  323. MICROCOMPUTERS MAGAZINE, and be
  324.  
  325. looking for the next installment of
  326.  
  327. ARCHETYPE in LOADSTAR.
  328.  
  329.  
  330. FILES REQUIRED:
  331.  
  332. ARCHETYPE.128
  333.  
  334. -------------<end of text>-----------
  335.  
  336.