|
|
|
|
|
by timonoko
3419 days ago
|
|
This is just remarkably uninteresting. Interesting fact however is that there is no CP/M simulator for Linux. Only MSDOS has. So you have to first run DOSBOX and then CP/M. -- I recently found copy of MUMATH from 1979 and it was as good as I remember it was. |
|
I used to do C development for the Z80 using one; it translated CP/M syscalls to Linux ones, and would let me run the CP/M version of Hitech C more or less as if it were native. It worked all right. Hitech C was only a K&R C compiler and didn't produce great code, but it was entirely self-hosted.
The script and emulator I used came from here (look for 'Hitech C on Linux'):
http://uzix.sourceforge.net/uzix2.0/index.php?page=down
...but while searching for that I found this other emulator, which looks a bit more maintained:
http://www.seasip.info/Unix/Zxcc/index.html