zxcc

CP/M 2/3 emulator for cross-compiling and running CP/M tools

brewmacoslinux
Try with needOr install directly
Source

About

CP/M 2/3 emulator for cross-compiling and CP/M tools under UNIX

Commands

zxcczxaszxld

Examples

Compile a C source file using the CP/M C compiler$ zxcc -c program.c
Assemble a Z80 assembly file for CP/M$ zxas -o program.o program.asm
Link object files and create a CP/M executable$ zxld -o program.com program.o