home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / C64-128Toolkit / EA-DOCS.TXT < prev    next >
Encoding:
Text File  |  2019-04-13  |  896 b   |  21 lines

  1. Documentation for EA
  2.  
  3. EA is a combination of the VE text editor and the AS assembler. 
  4. The advantage of using EA is the time saved by not having to
  5. load in the separate programs repeatedly.  The disadvantage is a
  6. smaller working space available to each program.
  7.  
  8. When EA is loaded and run, it enters the editing portion of the
  9. program.  To use the assembler portion, hold down the Commodore
  10. key and hit the A key.  The assembler then asks for the name of
  11. the file to be assembled, and asks if the user wants a listing
  12. file.  After the assembler finishes, it prints the message:
  13.  
  14.         Hit RETURN to continue
  15.  
  16. After you hit RETURN, you will be back in the editor, with the
  17. text buffer and markers intact.  The "undelete" buffer is erased
  18. by invoking the assembler.
  19.  
  20. The size of the text buffer in EA is 30K.
  21.