rampa069 / sdcc-cpm-template

Template to compile Z80/Z180/EZ80 CPM programs with sdcc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sdcc-cpm-template

HELLO WORLD / experimentation program running under CP/M-80, crosscompiled with SDCC (Small Devices C Compiler).

remember to change ARCH and SDCC directory in common.mk

possible ARCH values are:

  • z80
  • z180
  • ez80_z80 (needs at least SDCC 3.9.0)

About

Template to compile Z80/Z180/EZ80 CPM programs with sdcc


Languages

Language:C 87.0%Language:Makefile 9.7%Language:C++ 3.3%