X16 Edit - a text editor
View File
X16 Edit is a text editor for the Commander X16 platform.
Design goals:
Use plain text files
Store text buffer in banked RAM (512KB to 2 MB)
Handle large text buffers efficiently
Simple modeless user interface inspired by GNU Nano
Implement basic editing functions well - refrain from making the program too feature-rich
Support both ISO and PETSCII modes
The current version of the program is made for X16 ROM version R41. Run with the following command:
x16emu -sdcard sdcard.img -prg X16EDIT-x.x.x.PRG -run, where x.x.x is the program version.
X16EDIT-HI.xxx.PRG is assembled to be loaded and run at memory address $6000.
To run ROM version you need to setup a custom ROM image. Please read the attached file romnotes.pdf to learn how to do that.
For instructions on how to use the editor, please read the attached manual.
Source files available at https://github.com/stefan-b-jakobsson/x16-edit
Released under GNU General Public License v 3 or later.
manual.pdf
romnotes.pdf
Submitter
Submitted
08/29/20
Category