You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a minimal SDCC-based CP/M application that builds:
bin/hello.com: executable for CP/M
Build
Build the executable on the host:
make
Run
Copy or mount bin/hello.com into a CP/M emulator disk and run:
HELLO
About
Sample application for libsdcc-z80 and libcpm3-z80. Uses the wischner/sdcc-z80-cpm3 Docker image with precompiled libraries and an SDCC toolchain adjusted for CP/M 3 Plus.