README-emailler.md: EDIT.SYSTEM RamWorks support

This commit is contained in:
Bobbi Webber-Manners 2020-08-19 17:00:04 -04:00 committed by GitHub
parent 8a71745a64
commit 0b01f7673c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,7 +302,9 @@ However you create your template email, take note of the filename which is displ
## `EDIT.SYSTEM`
EDIT is 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 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.
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>