I wrote an ASCII text editor for the RP6502 #96
vruumllc
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just created a new repo for TE, an ASCII text editor:
https://github.com/vruumllc/RP6502-TextEditor
Now supports text marking for Cut/Copy & Paste. Files are currently limited to 80 cols x 742 lines.
The repo currently only contains an LLVM-MOS C project, but there is an executable binary at the root of the repo that you can try even if you are not set up for compilation yet.
NOTE: the files compile fine in cc65, and you can easily make your own cc65 project, but I've found that text marking with the mouse is rather slow.
Enjoy, and give me feedaback!
Beta Was this translation helpful? Give feedback.
All reactions