This is a little side project I've been working on; a simple word-processor for 83+/84+ (written in Axe of course)
Features/Controls
Letter keys: Type stuff. Insert mode is on by default
Alpha: Cycle between lowercase, caps, and numeric mode. Use XT0N for exclamation points. In numeric mode, you can also type parenthases, commas, carrots, squared key = sign with MATH, and the operation symbols. Lowercase mode is auto-activated after typing a single letter in uppercase mode for your convenience.
2nd: Jump immediately to caps mode.
Enter: Newline
Del; Backspace
Graph: Your keyboard's End button
Trace: Your Home button
Y= Open the file menu, where you are greeted with a full filesystem. You can open, save, create new, or save your text file as a program, protected program, or appvar.
Although the program is less than 5k, I packaged it as an app too, for convenience. But there's also the no-stub version attached to this post.
The files this creates are *supposed* to be compatible with real notepad files (.txt), but I have to work out some flaws/glitches in it. I am also planning to add a symbol menu for characters such as $,%,$, etc.
Do not try and create/open files that are >8kb. Also, this is kinda unstable in random places, so back-up before using