Built years ago by a friend of mine for the HaD one-inch-square contest:
https://hackaday.io/project/161496-cpm-50-mk-ii
--- Zach
cp/m lives on for me, though, in the Joe editor for Linux in the jstar incarnation.
pH <wNOSPAMp@gmail.org> writes:
Yeah. I was imprinted with WordStar in the mid 1980s. I've used it ever since, both when I use it onCP/M for programming and also on Linux with jstar. I even renamed 'jstar' to 'ws'.
cp/m lives on for me, though, in the Joe editor for Linux in the jstar
incarnation.
One of my first tasks with a new install is to install 'joe' and then
to run 'fix.joe':
#!/bin/bash
# jvs script 2009
#
#changes joe's jstar options to ws
#
cd /usr/bin
sudo cp joe ws
cd /etc/joe
sudo cp jstarrc wsrc
# fixes crontab editorrc (for root) to be same as jstar
mv editorrc editorrc.000
ln -s jstarrc editorrc
Regards,
Jack
On 2024-06-27, Zach Metzinger <please@ask.me.invalid> wrote:
Built years ago by a friend of mine for the HaD one-inch-square contest:
https://hackaday.io/project/161496-cpm-50-mk-ii
I think SuperCalc was the spreadsheet for cp/m but I've never used spreadsheets...
The only thing I do with mine is play Ladder. It was the first "video
game" I ever played. :-)
If you like Ladder, you might also like my Ladder clone: http://t3x.org/t3x/0/programs.html#ladders
On 8/1/24 04:52, Nils M Holm wrote:
If you like Ladder, you might also like my Ladder clone: http://t3x.org/t3x/0/programs.html#ladders
Nicely done!
LADDER.COM is a BASCOM executable, meaning it was once a BASIC program
that was compiled. I have a long-term project which aims to reproduce
the source code, sans proper variable names -- of course, so that it is
100% authentic. I've done some work with BASCOM and IDA to suss out how
it compiles code, but I'm far short of an automated decompiler.
On 8/1/24 04:52, Nils M Holm wrote:
If you like Ladder, you might also like my Ladder clone:
http://t3x.org/t3x/0/programs.html#ladders
Nicely done!
LADDER.COM is a BASCOM executable, meaning it was once a BASIC program
that was compiled. I have a long-term project which aims to reproduce
the source code, sans proper variable names -- of course, so that it is
100% authentic. I've done some work with BASCOM and IDA to suss out how
it compiles code, but I'm far short of an automated decompiler.
On Thu, 1 Aug 2024 09:17:09 -0500
Zach Metzinger <please@ask.me.invalid> wrote:
On 8/1/24 04:52, Nils M Holm wrote:
If you like Ladder, you might also like my Ladder clone:
http://t3x.org/t3x/0/programs.html#ladders
Nicely done!
OT, but I'm thinking of writing/converting Nils's source text to DOS x86 asm;- it doesn't look as if there's a DOS port out there (Javascript
doesnt count, IMO!).
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 488 |
Nodes: | 16 (3 / 13) |
Uptime: | 08:44:07 |
Calls: | 9,664 |
Calls today: | 6 |
Files: | 13,711 |
Messages: | 6,167,107 |
Posted today: | 2 |