is available at
http://www.autometer.de/unix4fun/z80pack/ftp/
The included z80 cross-assember has a few bugs fixed related to labels
and sometimes wrong evaluation of expressions with operators with
same precedence. If you assembled something with version 1.7 you
might want to re-assemble with version 1.8 because of these bugs.
Also this version now prints date/time into the listing file, so that
it not only depends on filesystem timestamps to see, when something
was build.
Then the assembler has a new option -e<number> to set the symbol
length. The default is 8 as before, but some of you want to use long
labels, so there.
The Z80 core now includes more of the undocumented instructions
that were used by TDL, so that all and any of the recovered TDL
software can be used. The Altair emulation comes with the TDL
ZAPPLE monitor, which can be used to read in the old TDL tapes,
same as with CUTER and the old ProcTec tapes.
I also left my builds of Martin Eberhard's 8080 monitor in the Altair
and IMSAI emulation directories, which is another good standalone
monitor for such systems. Source and manual are here:
https://drive.google.com/drive/folders/0B-XdfCubTNJJNW54UWJJVnpKMlE
The SIO code using UNIX domain sockets is improved a bit, so that
tape I/O sessions with minicom work better. If you use netcat you
might be left with half closed sockets resulting in problems, but
that is how the sockets were designed, certainly not for what I'm
doing here ;-)
The Cromemco FDC emulation now is very accurate in details,
not necessary for running OS's on an emulated FDC. I did that
more for my self to see how exact I can get it, see sources and
evaluate the FDC with Martin Eberhard's flexer CDOS program.
The Altair emulation comes with the UCSD p-System disks I have
build for the system, great fun.
In cpmsim I also left a Fuzix distribution for you, even more fun.
For using it see
http://fuzix.org
---
So, 30 years and 35 releases later I'm still working on it, the wish
list of cool stuff to do with this grows with every release, so I never
can finish it in this live.
Merry Christmas everyone, have fun with the new bits over the holidays,
Udo