This commit is contained in:
Bobbi Webber-Manners 2020-08-19 19:34:23 -04:00
commit ba97ddb799

View File

@ -302,9 +302,13 @@ However you create your template email, take note of the filename which is displ
## `EDIT.SYSTEM`
EDIT is a simple full-screen editor. It uses Apple //e auxiliary memory to store the text buffer, allowing files up to 46KB to be edited. The command keys are similar to the popular AppleWorks word processor.
`EDIT.SYSTEM` is a simple full-screen editor. It uses Apple //e auxiliary memory to store the text buffer, allowing files up to 46KB to be edited. The command keys are similar to the popular AppleWorks word processor.
<p align="center"><img src="img/edit-help.png" alt="Editor help page" height="400px"></p>
If RamWorks-style memory expansion is available, `EDIT.SYSTEM` can use it as additional editor buffers. For each 64KB bank of RamWorks expansion, an additional 46KB buffer will be allocated. With an 8MB RamWorks card, 128 buffers are available. `EDIT.SYSTEM` is able to support editing of large files (>46KB) by splitting them across more than one buffer.
<p align="center"><img src="img/edit-help1.png" alt="Editor help page 1" height="400px"></p>
<p align="center"><img src="img/edit-help2.png" alt="Editor help page 2" height="400px"></p>
## `ATTACHER.SYSTEM`