Simple notification that I have made a number of changes to my Intel80tools repository recently so those of you who use it may want to pull the latest version. Some of the key changes
1) Refresh of the tools including additions to support CP/M builds (genmod, mkMovcpm, wcat) and a tool (lcnames) to rename file names to lower case or upper case. There have also been several bug fixes and tweaks to the other tools.
2) The MSDOS tools now use the emulator directly, rather than embedding it. This makes it easier to update the emulator and reduces the rate of repo size growth. I have provided cmd files to create your own embedded versions if required
3) Added CP/M 2.2 build under cpmsrc. ASM, LINK, MAC, RMAC and a simple CP/M emulator have been added under ctools.
5) I have also modified the ISDM makefile to use lower case names again and add in some missing dependency information.
6) Finally worked out why busybox built in shell didn't work correctly (it was picking up its built-in make not the gnu version). The default shell is now ash and bash has been removed.
Note if you are running on a 32bit Windows OS, please contact me and I will explain the changes you will need to make the toolset work. In general most prebuilt tools are for 64bit Windows.
Also just a note, I will probably be removing ngenpex from the tools I use in the repository. I never released the source code and it is quite fragile to use, especially during the initial phase of reverse engineering. The alternative of adding / embedding the files is generates will make builds quicker.
Mark