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:
- bin/ez80cc.exe
- bin/ez80asm.exe
- bin/ez80link.exe
- bin/p1.exe
- bin/p2.exe
- bin/p3.exe
- bin/eZ80.ini
- bin/C1ERRORS.DAT
- bin/ez80cc.con
- include/*
- lib/*
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
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.