ADAMED 40 column text editor

Post your CP/M & TDOS questions here
User avatar
Wmaalouli
Posts: 155
Joined: Sat Jul 20, 2019 2:09 pm

ADAMED 40 column text editor

Post by Wmaalouli » Sat Jul 20, 2019 6:32 pm

ADAMED is a replacement for the miserable ED editor that comes standard with CP/M. It's a full-screen 40-column editor written entirely in 8080 assembly language, with the most common text editing features needed for programming in either assembly language or higher level languages such as Pascal.

https://youtu.be/oPghkOnewaE

It's primarily targeted at CP/M users wanting to program directly on the Adam computer. It's probably just me, but hey I had a blast programming it! :D

UPDATE 8/20/19: This latest version corrects a nasty bug in saving files greater than 128 records. Also fixed compatibility with the Turbo Pascal editor.
Attachments
ADAMED.ZIP
(190.88 KiB) Downloaded 281 times
Last edited by Wmaalouli on Tue Aug 20, 2019 9:43 pm, edited 4 times in total.

User avatar
Milli
Site Admin
Posts: 224
Joined: Fri Jul 19, 2019 3:13 pm
Location: Beaver Falls PA
Contact:

Re: ADAMED 40 column text editor

Post by Milli » Mon Jul 22, 2019 7:53 am

Is this Adam specific or generic cpm?
Milli

User avatar
Wmaalouli
Posts: 155
Joined: Sat Jul 20, 2019 2:09 pm

Re: ADAMED 40 column text editor

Post by Wmaalouli » Mon Jul 22, 2019 9:28 am

This is Adam specific as it uses the VDP text mode and the Adam keyboard key bindings.

User avatar
Milli
Site Admin
Posts: 224
Joined: Fri Jul 19, 2019 3:13 pm
Location: Beaver Falls PA
Contact:

Re: ADAMED 40 column text editor

Post by Milli » Mon Jul 22, 2019 9:46 am

Wmaalouli wrote:
Mon Jul 22, 2019 9:28 am
This is Adam specific as it uses the VDP text mode and the Adam keyboard key bindings.
Ok makes sense - did your try it in tdos?
Milli

User avatar
Wmaalouli
Posts: 155
Joined: Sat Jul 20, 2019 2:09 pm

Re: ADAMED 40 column text editor

Post by Wmaalouli » Mon Jul 22, 2019 2:27 pm

The screen gets corrupted in Tdos. Only works with CP/M 2.2

User avatar
Wmaalouli
Posts: 155
Joined: Sat Jul 20, 2019 2:09 pm

Re: ADAMED 40 column text editor

Post by Wmaalouli » Tue Aug 20, 2019 9:46 pm

Updated Adamed in the first post (again). I apparently broke compatibility with the Turbo Pascal editor accidentally when I fixed the large file saving issue. Fixed that. Hopefully, this should be it for the editor (famous last words :D )

MrPix
Posts: 17
Joined: Mon Jan 20, 2020 3:13 pm

Re: ADAMED 40 column text editor

Post by MrPix » Wed Feb 19, 2020 7:45 pm

Would you be interested in converting this to use an 80 column card?

User avatar
Wmaalouli
Posts: 155
Joined: Sat Jul 20, 2019 2:09 pm

Re: ADAMED 40 column text editor

Post by Wmaalouli » Thu Feb 20, 2020 5:20 pm

MrPix wrote:
Wed Feb 19, 2020 7:45 pm
Would you be interested in converting this to use an 80 column card?
I'm not sure it would be worth the effort given that 80 column cards are not prevalent. Also since this is CP/M based, it would require a patched CP/M version for 80 column as well. As far as I can tell, there is very little development occurring under CP/M currently, if any at all.
Furthermore, the conversion would not be trivial at all.
So the short answer is probably not :)

MrPix
Posts: 17
Joined: Mon Jan 20, 2020 3:13 pm

Re: ADAMED 40 column text editor

Post by MrPix » Mon Mar 02, 2020 3:03 pm

An 80 column card would be quite economical. $30? I think if they were made, they would be quite... "prevalent" ;)

User avatar
joltguy
Posts: 91
Joined: Wed Aug 21, 2019 5:17 am
Location: Toronto, Canada
Contact:

Re: ADAMED 40 column text editor

Post by joltguy » Sun Apr 19, 2020 9:09 am

Hello!

Any idea what would be the cause of screen corruption like this when launching adamed? I did use the config tool to change my colors to cyan on black but even before I updated the config I still had this issue.

Gibberish
Gibberish
AC3444E3-9196-463A-B69C-DE4AE36A7E31.jpeg (152.81 KiB) Viewed 7076 times

Post Reply