First post, by bloodbath2you
- Rank
- Newbie
Hi, in the last three months i've been working on my glorified text editor. I wrote it because i needed a tool for digging some C programming in my old machines, it has some modern editor features mostly inspired on visual studio code.
I wrote it in C with some inline assembly and yeah i used AI 🤡, not on everything but on data structures and input library... also used for fixing bugs that got me trapped for some time. You will notice instantly which part was written by an actual human being.
This editor is aimed for 386+ machines, it uses protected mode and requires at least 8 MB of RAM , yeah it uses quite a lot for now, it is compiled with Watcom C 10.6
I want to hear you think about it, if you also like programming DOS stuff but you need an editor that fits your needs for your retro machine, what features you'd like the most to have to? Or just roast my noob coding practices, just for the fun of it 😜
https://github.com/VincebusRiveruptum/dcode-i … tag/MAY-30-2026
pd: still very WIP
pd: Bundled DOS4GW executable and fixed the default resolution setting.