MiguelVis / te

Text editor for the CP/M operating system and related computers: Amstrad PCW, CPC, Kaypro, Spectrum...
GNU General Public License v2.0
84 stars 10 forks source link

Capabilities?, Compiler? #3

Closed ve7it closed 3 years ago

ve7it commented 3 years ago

I dont see any description of the file size capacity of the editor. Can it edit files > TPA? I have several source and listing files > 80K. Can the editor page through these files? Also, I didnt see a mention of the compiler used to build this editor. Perhaps that could be added to either the makefile or the readme. Thank you for sharing Lawrence

MiguelVis commented 3 years ago

Hi @ve7it.

The file is loaded into the TPA and edited there.

The compiler used is MESCC, my own Small-C derived compiler:

https://github.com/MiguelVis/mescc

It's K&R style, no structures, etc. but it suits all my needs.

I will update the doc. with that information.

MiguelVis commented 3 years ago

Done in v1.70.