Hacker News new | ask | show | jobs
by stevekemp 517 days ago
The Wordstar editor I run on my own CP/M system, with 64k of RAM, contains the 2023-byte long "SPELL.COM" spell-checker.

I've not decompiled it to see how it works, but it's small and fast, and works well.

1 comments

You have to count the size of the dictionary too. See "DICT.DIC".

https://dflund.se/~pi/cpm/files/ftp.mayn.de/pub/cpm/archive/...