Description
After payment you will receive a download link with the zip file!
This is my freeware Z80 processor IDE program. To be able to program for the z80 you need an assembler or compiler. I personally still like to write in Z80 assembler but I could no longer find tools for Windows 10. There were still some programs to download but most of them worked at DOS level. After some searching I decided that it was time for a new hobby project, building a complete integrated Z80 development environment. I found a pretty good assembler and good portable C code from an emulator and the rest I had somewhere in my code library. The result is Z80 workbench, a portable x64 Windows program that includes an editor, assembler, disassembler, emulator, single step debugger, Intel hex read / write function a terminal window, an MPF-1 compatible seven segment display with 8 LEDs and keyboard support. It is a portable program in x64 and x32 for Windows, it will run fine under WINE.
This program is free to use, the small fee I ask is for the secure download service and the code signing certificate with which I protected the executables against malware.
Read more on the support page: https://www.heinpragt.nl/?p=7300
There are also a lot of Z80 chips and support chips available in this webshop!
NOTE: it was noted that the assembler did not work under Window 7. I looked into the sourcecode and I use “CreateProcess” function to execute the assembler batch file. Then I googled a bit and found that the CreateProcess function has a problem under Windows 7 (unlesse you do some changes to the system files) It is not the directory path, I am afraid I cannot fix this, maby you could try to patch the Windows 7 for CreateProcess to work.



