Close

eZ80 compiler

A project log for eZ80 open-source programmer

AVR-based interface to access eZ80 CPU through ZDI signals - usable as programmer/debugger

hynekhynek 02/03/2016 at 09:010 Comments

Just short word about compiler/linker...

When I tried to restart my work with eZ80 CPU, I had to think how to produce HEX files on linux.

After I realized that Zilog's toolchain is now downloadable for free, I tried if commpiler/linker can be used standalone. I took my source for CP/M and wrote makefile. Than I moved file by file what was needed to compile my project. Here is file list:

To run these tools under linux I have prepared scripts calling wine and the first three tools: compiler, assembler and linker.

Using these tools from command line is covered in ZDSII manual UM0144.

Discussions